Opened 13 years ago
Closed 13 years ago
#5628 closed defect (fixed)
Tree item dnd defect
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
at the test_Tree_DnD test in dijit/tests/tree
if you set query to show 'Fruits' only at myTree and drag Apple and put it into myTree2 'Vegetables' folder.
And move Apple in 'Vegetables' folder into 'Fruits' folder
Than error happened.
I attach patch
Thanks.
Youngho
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | tree.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [12118]) All the code should be inside of the if(node){...}; if an item in the tree is updated with no corresponding node we just ignore it. Fixes #5628.