Side navigation
Ticket #1478: fix_bug_in_idrop_remeasure.patch
File fix_bug_in_idrop_remeasure.patch, 0.4 KB (added by berpasan, August 10, 2007 01:15AM UTC)
Patch to fix the bug
Index: idrop.js
===================================================================
--- idrop.js (revision 2642)
+++ idrop.js (working copy)
@@ -145,9 +145,7 @@
if (jQuery.iSort && iEL.dropCfg.s && jQuery.iDrag.dragged.dragCfg.so) {
iEL.dropCfg.el = jQuery('.' + iEL.dropCfg.a, iEL);
- elm.style.display = 'none';
jQuery.iSort.measure(iEL);
- elm.style.display = elm.dragCfg.oD;
}
}
}
Download in other formats:
Original Format
File fix_bug_in_idrop_remeasure.patch, 0.4 KB (added by berpasan, August 10, 2007 01:15AM UTC)
Patch to fix the bug
Index: idrop.js
===================================================================
--- idrop.js (revision 2642)
+++ idrop.js (working copy)
@@ -145,9 +145,7 @@
if (jQuery.iSort && iEL.dropCfg.s && jQuery.iDrag.dragged.dragCfg.so) {
iEL.dropCfg.el = jQuery('.' + iEL.dropCfg.a, iEL);
- elm.style.display = 'none';
jQuery.iSort.measure(iEL);
- elm.style.display = elm.dragCfg.oD;
}
}
}