Opened 13 years ago
Closed 13 years ago
#5095 closed bug (fixed)
Droppable body let revert a div on a valid drop
Reported by: | darkprisma | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.droppable | Version: | 1.7.2 |
Keywords: | drop, dropp, body, return, revert | Cc: | |
Blocked by: | Blocking: |
Description
if u dropp a div on a valid div it call the event but then it revert to his last position. but only if the body is droppable and was called before the droppable valid div.
try to drop the draggable-div on the droppable div. the event will be called und than it return. look at the firebug console.
online version: http://dialoop.de/jquerybug/bug.html
Note: See
TracTickets for help on using
tickets.
Fixed in r3737. Thanks for the test case.