Skip to main content

Bug Tracker

Side navigation

#7177 closed bug (invalid)

Opened October 13, 2010 02:31PM UTC

Closed October 13, 2010 02:48PM UTC

Last modified March 15, 2012 12:07PM UTC

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:
Blocked by: Blocking:
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.

Attachments (0)
Change History (1)

Changed October 13, 2010 02:48PM UTC by john comment:1

resolution: → invalid
status: newclosed

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.