mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
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:
3
ui/jquery.ui.resizable.js
vendored
3
ui/jquery.ui.resizable.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user