Found the error. It's at line 56 in the uncompressed version of idrop.js.

if (iEL.dropCfg.m == false) {
        iEL.dropCfg.p = jQuery.extend(
                jQuery.iUtil.getPosition(iEL),
                jQuery.iUtil.getSize(iEL)
        );//jQuery.iUtil.getPos(iEL);
        iEL.dropCfg.m = true;
}

Looks to me like the list of droppables is getting corrupted by dropping
them without $.destroyDroppables.
-- 
View this message in context: 
http://www.nabble.com/Help-With-Sortabe-Reload-in-IE-tf2892329.html#a8081962
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to