Ticket #7177 (closed bug: invalid)
jQuery 1.4.3rc2 breaks ui draggable with helper:"clone" option
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | unfiled | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
jQuery 1.4.3rc2,
If you use the option helper:'clone' with a draggable you will get a strange behavior. Basically the draggable wont start dragging within a certain range, then it "sticks" to the mouse cursor and you have to "click" to drop it.
To reproduce create a draggable with the following options:
addClasses: false, appendTo:'body', revert:'invalid', helper:'clone', zIndex: 500
If you remove the helper:'clone' options it works as usual.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

This appears to be a duplicate of this UI bug: http://dev.jqueryui.com/ticket/6174
We'll tackle the issue over there until we can reduce it.