Resizable: Remove IE hidden element hack. It seems illogical and I have no idea what it's trying to fix.

This commit is contained in:
Scott González
2012-06-14 18:45:27 -04:00
parent ab1d9b8ba1
commit 3ff2db226c

View File

@@ -446,9 +446,6 @@ $.widget("ui.resizable", $.ui.mouse, {
});
}
if ($.browser.msie && !(!($(element).is(':hidden') || $(element).parents(':hidden').length)))
continue;
prel.css({
height: (element.height() - this.borderDif[0] - this.borderDif[2]) || 0,
width: (element.width() - this.borderDif[1] - this.borderDif[3]) || 0