Opened 13 years ago
Closed 13 years ago
#6239 closed defect (fixed)
Tree: wiggling expando causes drag of another node
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
On IE or FF, open test_Tree_DnD and try:
- drag "Orange" from "Citrus" to "Cereals" (and drop on "Cereals")
- mouse down on Cereal's expando icon (ie, the + sign)
- wiggle the mouse a bit (w/out releasing the left mouse button)... OR mouse-down anywhere to the left of the tree...
Strangely, the drag icon for "Orange" appears! (This was the cause of "Cereals" becoming a leaf as mentioned in #6232). Releasing the mouse at this point seems to delete Orange, or perhaps makes it a top level node (but it doesn't appear visually for some reason).
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Turns out this isn't a bug per se, but rather something that's confusing because:
So, in various cases you can move nodes that are hidden, but in particular this case is confusing since the user didn't explicitly hide the node.