Skip to main content

Bug Tracker

Side navigation

#8462 closed bug (worksforme)

Opened March 07, 2011 05:07PM UTC

Closed March 08, 2011 02:53AM UTC

draggable with clone won't work after first drop

Reported by: fiomtec@gmail.com Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
Description

Pulled my hair for a couple of hours trying to fix this.

I have a completely normal div to which I apply

$("#theDiv").draggable({ "helper": "clone", "revert": "invalid", "zIndex": 5000 });

After the first drop, be it on a droppable or in an invalid place, the div won't be draggable again.

This happens with jQuery 1.5. I exchanged it with a 1.4.2 jQuery and it works perfectly.

I'm seeing in the combo that there's a new 1.5.1 version. I'll give it a try with that.

Attachments (0)
Change History (2)

Changed March 07, 2011 05:09PM UTC by fiomtec@gmail.com comment:1

Ok, it works perfectly with 1.5.1 as well.

Sorry!. You can close this ticket now.

Changed March 08, 2011 02:53AM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed