YUI Proxy Drag and Drop

Question for YUI experts ...

I have a table and I made each cell of the first row dragged by the proxy . In IE, when the drag proxy is freed, the original table cell actually jumps to where the release point was. How can I prevent this? Essentially, I want to know where the proxy server was deleted and handle my logic, but I don't want the original to move.

+3
source share
2 answers

You must override the drop functions, check

DD::dragOverEvent( )

DD:endDragEvent( )

at this link:

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

+1
source

YUI (. )

-1

Source: https://habr.com/ru/post/1696401/


All Articles