mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Tabs: Remove display property on hidden panels instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b).
This commit is contained in:
4
ui/jquery.ui.tabs.js
vendored
4
ui/jquery.ui.tabs.js
vendored
@@ -718,7 +718,9 @@ $.widget( "ui.tabs", {
|
||||
}
|
||||
});
|
||||
|
||||
this.panels.show();
|
||||
this.panels.css({
|
||||
display: ""
|
||||
});
|
||||
|
||||
if ( this.options.heightStyle !== "content" ) {
|
||||
this.panels.css( "height", "" );
|
||||
|
||||
Reference in New Issue
Block a user