Question

Question for YUI experts...

I have a table and I've made each cell of the first row draggable by proxy. In IE, when the drag proxy is released, the original table cell actually jumps to wherever the release point was. How can I prevent this from happening? Essentially, I want to know where the proxy was dropped and handle my logic from there but I don't want the original to move.

Was it helpful?

Solution

You have to override the drop-functions, check for

DD::dragOverEvent( )

DD:endDragEvent( )

functions on this reference:

http://developer.yahoo.com/yui/docs/YAHOO.util.DD.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top