Ticket #3910 (closed bug: fixed)
Draggable start callback fires multiple times and parent elements are selected
| Reported by: | leason | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | ui.draggable | Version: | 1.6rc5 |
| Keywords: | nested tree | Cc: | |
| Blocking: | Blocked by: |
Description
When you make LI's in a nested tree draggable the start callback is fired for the dragged element as well as each of it's parents all the way up the tree. Also, the entire branch that the dragged element is connected to is selected and dragged rather than just the node that was selected. Please find a test case attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.



Test use case for nested LI draggables.