Skip to main content

Search and Top Navigation

#9233 closed bug (duplicate)

Opened April 17, 2013 09:23AM UTC

Closed April 17, 2013 03:06PM UTC

Bug #4239 (destroy draggable on drop) is not fixed.

Reported by: usiw Owned by: usiw
Priority: minor Milestone: none
Component: ui.draggable Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

Trying to destroy the draggable being dropped in the drop event of a droppable throws an error when the draggable calls stop on itself.

The original bug for this is mraked as "Fixed" but it still occurs in 1.10.2

Attachments (0)
Change History (4)

Changed April 17, 2013 11:34AM UTC by mikesherov comment:1

This is a dupe of something I just fixed for 1.11. I'll find it shortly.

Changed April 17, 2013 12:04PM UTC by mikesherov comment:2

owner: → usiw
status: newpending

Thanks for contributin, usiw! I believe this is a duplicate of http://bugs.jqueryui.com/ticket/6889 Could you please provide a test case using the git version of jQuery UI in jsFiddle or JSBin showing the problem still exists?

Changed April 17, 2013 02:59PM UTC by usiw comment:3

status: pendingnew

I just built the latest from Github it has resolved this issue. The fix in #6889 also fixed the issue of the draggable cursor being applied inline to the BODY element when it's destroyed in the drop event handler.

This can be closed. Thanks!

Changed April 17, 2013 03:06PM UTC by mikesherov comment:4

resolution: → duplicate
status: newclosed

Duplicate of #6889.