I have some elements inside a div with overflow:auto. When I trie to
drag them outside of the div, the div starts to scroll. Is there a way
to stop this behaviour for drag and drop?
I thought of maybe using callback to disable the overflow and restoring
it againg after the drop. Did someone implemented something like this?
To answer myself:
Draggables.addObserver({
onStart: my_function_to_remove_overflow,
onEnd: my_function_to_restore_overflow
})
Jonathan
--
Jonathan Weiss
http://blog.innerewut.de
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs