From 86f1087931dbae7ed82d8110c095093b5444270f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 4 Dec 2012 09:20:56 -0500 Subject: [PATCH] Revert "Tabs: Remove display property on hidden panels instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b)." This reverts commit b9068c1523f39da8a04c799eebc9adc8b83c7279. --- ui/jquery.ui.tabs.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index d1c7448d6..dcb0c2768 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -718,9 +718,7 @@ $.widget( "ui.tabs", { } }); - this.panels.css({ - display: "" - }); + this.panels.show(); if ( this.options.heightStyle !== "content" ) { this.panels.css( "height", "" ); -- 2.39.5