From 6f54d8beba255bfa241dea33cb0f299dc0fe078d Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 21 Jul 2010 14:48:07 +0000 Subject: [PATCH] =?UTF-8?q?Minefield=E3=81=A7=E3=82=BF=E3=83=96=E3=81=AE?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E5=BA=A6=E3=81=8C1=E3=81=A7=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7031 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 390ef183..4a823fff 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -2013,9 +2013,9 @@ TreeStyleTabBrowser.prototype = { this.multipleCount++; } - if (this.animationEnabled && !this.restoringTree) { + if (this.animationEnabled) { this.updateTabCollapsed(tab, true, true); - this.updateTabCollapsed(tab, false); + this.updateTabCollapsed(tab, false, this.restoringTree); } if (this.readiedToOpenDivertedTab) { @@ -4297,7 +4297,7 @@ TreeStyleTabBrowser.prototype = { (CSSTransitionEnabled ? ( collapseProp+': -'+endMargin+'px !important;'+ - 'opacity: '+endOpacity+' !important;' + (endOpacity == 0 ? 'opacity: '+endOpacity+' !important;' : '' ) ) : '' ) );