Opened 14 years ago
Closed 14 years ago
#1629 closed defect (wontfix)
Tree: Drag and Drop to destination tree node messes up node order.
Reported by: | Owned by: | ilia | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have an empty tree (V3) as a destination and another tree as a source. When I drag from the source and drop on the destination, the nod gets rendered above the Tree parent node and as a sibling of the parent node instead of as a child. When I refresh the page, the tree is rendered correctly with the dropped node showing up as a child of the parent.
I will try to attach a screenshot.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | snapshot1.png added |
---|
comment:1 Changed 14 years ago by
In the screenshot, Destination Tree is the top node. I was able to drop it above this node but not directly on it. "another" should be a child node.
Perhaps there is some setting I am missing?
comment:2 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|---|
Owner: | changed from bill to ilia |
comment:3 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
comment:4 Changed 14 years ago by
Component: | Widgets → Dojox |
---|---|
Milestone: | 0.9 |
Summary: | Drag and Drop to destination tree node messes up node order. → Tree: Drag and Drop to destination tree node messes up node order. |
Tree DnD not supported in Dijit tree; moving to Dojox.
comment:5 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Since dojo.dnd and the tree's dnd will be completely rewritten for Dijit, it's not worth keeping these bugs open.
screenshot