Opened 12 years ago
Closed 12 years ago
#8462 closed bug (worksforme)
draggable with clone won't work after first drop
Reported by: | 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.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ok, it works perfectly with 1.5.1 as well.
Sorry!. You can close this ticket now.