Opened 14 years ago
Closed 10 years ago
#4746 closed bug (worksforme)
"stop" draggable event never gets called in safari
Reported by: | guigouz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
I have the following piece of code which works fine on IE and Firefox:
$('#mylist').draggable({ distance: 100, helper: 'clone', opacity : 0.35, revert: 'valid', stop: function(event, ui) { $(this).remove(); } } );
On safari, the dragging works, but the "stop" event never gets called.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | TBD → 1.8 |
Also, which Safari version were you using?
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Thanks for taking the time to contribute to the jQuery UI project! I can no longer reproduce the issue using the latest jQuery and jQuery UI. http://jsfiddle.net/GCccG/
If you can still reproduce it, please feel free to reply to this ticket with a test case showing the problem. Thanks!
Note: See
TracTickets for help on using
tickets.
Can you provide a complete test page?