mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00: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:
parent
53b940fa27
commit
b9068c1523
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", "" );
|
||||
|
Loading…
Reference in New Issue
Block a user