Search and Top Navigation
#3910 closed bug (fixed)
Opened January 22, 2009 04:27PM UTC
Closed January 23, 2009 12:52PM UTC
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: | |
Blocked by: | Blocking: |
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.