Search and Top Navigation
#8380 closed bug (notabug)
Opened June 04, 2012 07:43AM UTC
Closed June 19, 2012 08:38AM UTC
Draggable clone gets stuck in non-recoverable state if original is deleted
Reported by: | pwmckenna | Owned by: | pwmckenna |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.draggable | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Bug (or unhandled edge case) in jquery.ui.draggable.js
If the original element is deleted while the clone is still being dragged, the clone gets stuck in whatever position its in when the original is deleted.
In the fiddle below, just start dragging the draggable, and wait for a second or two...once the original is deleted the clone will be completely stuck.
Attachments (0)
Change History (3)
Changed June 04, 2012 12:58PM UTC by comment:1
owner: | → pwmckenna |
---|---|
status: | new → pending |
Changed June 04, 2012 12:58PM UTC by comment:2
component: | ui.core → ui.draggable |
---|
Changed June 19, 2012 08:38AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
What is a valid use case where this would occur?