Skip to content

Commit 3ff2db2

Browse files
committed
Resizable: Remove IE hidden element hack. It seems illogical and I have no idea what it's trying to fix.
1 parent ab1d9b8 commit 3ff2db2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/jquery.ui.resizable.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ $.widget("ui.resizable", $.ui.mouse, {
446446
});
447447
}
448448

449-
if ($.browser.msie && !(!($(element).is(':hidden') || $(element).parents(':hidden').length)))
450-
continue;
451-
452449
prel.css({
453450
height: (element.height() - this.borderDif[0] - this.borderDif[2]) || 0,
454451
width: (element.width() - this.borderDif[1] - this.borderDif[3]) || 0

0 commit comments

Comments
 (0)