Changes between Initial Version and Version 1 of Ticket #6259, comment 12


Ignore:
Timestamp:
Apr 1, 2015, 2:54:00 PM (8 years ago)
Author:
Morph3y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6259, comment 12

    initial v1  
    1212    out: function (event, ui) {
    1313       // workaround for bug http://bugs.jqueryui.com/ticket/6259
     14
    1415       ui.helper.data('overSortable', true);
    1516    },
     
    2122    over: function (event, ui) {
    2223        // workaround for bug http://bugs.jqueryui.com/ticket/6259
     24
    2325        ui.helper.removeData('overSortable');
    2426    },
    2527    drop: function (event, ui) {
     28
    2629        // workaround for bug http://bugs.jqueryui.com/ticket/6259
     30
    2731        if (ui.helper.data('overSortable') != null) {
    2832            ui.helper.removeData('overSortable');