vote up 2 vote down star

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.

flag

3 Answers

vote up 1 vote down check

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

link|flag
vote up 0 vote down

YUI supports all common flavors of major browsers (see support chart)

link|flag
vote up 0 vote down

I'm not really sure if this matters, but what version of IE are you running? Does YUI support it?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.