Skip to main content

Search and Top Navigation

#5095 closed bug (fixed)

Opened January 25, 2010 09:54AM UTC

Closed January 28, 2010 02:25AM UTC

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

Attachments (0)
Change History (1)

Changed January 28, 2010 02:25AM UTC by scottgonzalez comment:1

resolution: → fixed
status: newclosed

Fixed in r3737. Thanks for the test case.