Opened 11 years ago
Closed 9 years ago
#10587 closed defect (fixed)
[patch][cla]dijit.Tree loosing nodes when dragging really fast
Reported by: | nonken | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | tree, dnd | Cc: | bill |
Blocked By: | Blocking: |
Description
When opening http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/tree/test_Tree_DnD.html and moving around nodes of the left tree wildly, after some time a timing issue occurs and the dnd avatar does not disappear and the tree breaks.
Attached a patch which I'd like to discuss with Bill which seems to fix the issue but I am not entirely sure why this is happening
Attachments (2)
Change History (9)
Changed 11 years ago by
Changed 11 years ago by
Attachment: | dndSource.patch added |
---|
comment:1 Changed 11 years ago by
I've noticed something similar (since 1.3.2) that matches the posted screenshot (i know i should have reported back then but i thought it was just me)
Anyway, what i had found (using FF & IE) is that the decribed problem usually occures when the dragging starts from the very left edge of a node - i can very easily reproduce the problem in the http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/tree/test_Tree_DnD.html examples
comment:2 Changed 11 years ago by
Summary: | dijit.Tree loosing nodes when dragging really fast → [patch][cla]dijit.Tree loosing nodes when dragging really fast |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.4.2 → 1.5 |
---|
comment:4 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
1.5 is released, moving remaining tickets to 1.6
comment:6 Changed 10 years ago by
Milestone: | 1.6 → future |
---|
comment:7 Changed 9 years ago by
Milestone: | future → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I think this is fixed by [28025].
Screenshot of result of fast dnd operations