From bbf11ff688ba9f3153795b77cc048d73fce0aee3 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 8 Apr 2009 05:36:02 +0000 Subject: [PATCH] =?UTF-8?q?1=E4=BB=A5=E4=B8=8B=E3=81=AE=E5=80=A4=E3=81=8C?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=9F=E6=99=82=E3=81=AF?= =?UTF-8?q?=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?OFF=E3=81=AB?= 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@4076 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 4c842b37..ce045bb6 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -2804,6 +2804,7 @@ TreeStyleTabBrowser.prototype = { if ( !this.animationEnabled || aJustNow || + this.indentDelay < 1 || !aProp || (aTab.getAttribute(this.kCOLLAPSED) == 'true') ) { @@ -3048,9 +3049,10 @@ TreeStyleTabBrowser.prototype = { var regexp = this.collapseRulesRegExp; if ( - !this.isVertical || !this.animationEnabled || - aJustNow + aJustNow || + this.collapseDelay < 1 || + !this.isVertical ) { aTab.setAttribute( 'style',