Changes between Initial Version and Version 1 of Ticket #6259, comment 12
- Timestamp:
- Apr 1, 2015, 2:54:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6259, comment 12
initial v1 12 12 out: function (event, ui) { 13 13 // workaround for bug http://bugs.jqueryui.com/ticket/6259 14 14 15 ui.helper.data('overSortable', true); 15 16 }, … … 21 22 over: function (event, ui) { 22 23 // workaround for bug http://bugs.jqueryui.com/ticket/6259 24 23 25 ui.helper.removeData('overSortable'); 24 26 }, 25 27 drop: function (event, ui) { 28 26 29 // workaround for bug http://bugs.jqueryui.com/ticket/6259 30 27 31 if (ui.helper.data('overSortable') != null) { 28 32 ui.helper.removeData('overSortable');