#5058 closed defect (fixed)
Bug in DnD for Tree in rel. 1.0.0
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Tree DnD | Cc: | |
Blocked By: | Blocking: |
Description
I'm running dijit/tests/tree/test_tree_DnD.html. Dropping from Items list to the right tree works as specified. However attempt to drag one node from this tree on any other node fails. Nor tree structure changes, neither avatar disappears although when mouse points at category node avatar displays green arrow.
When I try to drop a node from the right tree to a node on the left tree, drop is not accepted (which is OK), but avatar does not disappear.
I used IE 7.0 and Firefox 2.0.0.0.
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Component: | General → Dijit |
---|---|
Milestone: | → 1.1 |
Owner: | changed from anonymous to Eugene Lazutkin |
This is a one liner but Eugene does it look ok to you? Dustin said you are working on a similar bug (or at least something with Tree dnd) so can you check in this fix too?
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 15 years ago by
Milestone: | 1.1 → 1.0.2 |
---|
Both trunk and the 1.0.2 branch is updated.
Here is the fix: In the function (line 141) onMouseDown into the file dijit\_treedndSource.js replace
by
It seems that this line was missing !!!!
fred