Skip to main content

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.

Attachments (1)
  • test.html (0.8 KB) - added by leason January 22, 2009 04:28PM UTC.

    Test use case for nested LI draggables.

Change History (2)

Changed January 23, 2009 12:49PM UTC by paul comment:1

milestone: TBD1.6

Changed January 23, 2009 12:52PM UTC by paul comment:2

resolution: → fixed
status: newclosed

Fixed in r1763, thanks!