Login Register

FlickrViewer Dnd Bug?

In Flick_Viewer(dojo_src/dojo/tests/dnd/flickr_viewer.html) try out to drag and drop animals using inscription under the picture or border. Some times it isn't work at me under FF and i don't know why. Under IE all works fine. What's the problem? Thanks.

Looks like my bug is another

Looks like my bug is another one implementation of http://trac.dojotoolkit.org/ticket/4854. I downloaded the latest 1.1.1 release but that bug is exists yet inspite of the ticket were closed in 1.1 release. Could someone help me?

The ticket was closed as

The ticket was closed as "wontfix" due to the fact that this is a Firefox bug already fixed in Firefox 3.

another DND Question:

Ok. Thanks. I fixed it by myself into my project)
I have another one question: in test_Dnd.html under IE click on element, but do not move it. You ' ll see that avatar becomes visible for a short time. Why? Under FF it works fine - we don't see any avatars before start moving a mouse.

Probably because it

Probably because it generates onmousemove between onmouseup and onmousedown.

Note to myself: probably I need to port the "delay" parameter from dojo.dnd.Moveable to dojo.dnd.Source.