Opened 14 years ago
Closed 13 years ago
#1613 closed defect (fixed)
tree dnd does not leaves behind last selected node when using TreeEmphaseOnSelect
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.3 |
Keywords: | tree dnd empahseonselect | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
This is reproducible on the test page (dojo/tests/widget/treeV3/dndselector.html). When using TreeEmphaseOnSelect?, tree dnd leaves behind the last selected node. i debug to find that each node is added to the TreeSelectorV3's selectedNodes. Can't figure out where it is breaking down...
To reproduce, select two or more nodes (remember the order) and drop on another node.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
The ticket is actually a case of "Multiple select + DND" bug. Currently, multiple select doesn't work w/ dnd cause of dnd issues.
comment:4 Changed 14 years ago by
Milestone: | → 0.5 |
---|---|
Owner: | changed from psowden to ilia |
Priority: | high → normal |
Version: | 0.4 → 0.3 |
comment:5 Changed 14 years ago by
Owner: | changed from ilia to alex |
---|
comment:6 Changed 13 years ago by
Component: | DnD → Dijit |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This code isn't in Dijit 0.9 anymore so not an issue.
Note: See
TracTickets for help on using
tickets.
oops. the title should have been "tree dnd leaves behindlast..."