From d70f62b4eda1b8287626e8f447c83defb53ea387 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 9 Sep 2010 10:34:56 +0000 Subject: [PATCH] =?UTF-8?q?=E7=8F=BE=E5=9C=A8=E3=81=AE=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=82=92=E9=96=89=E3=81=98=E3=81=9F=E5=BE=8C=E3=81=AB=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9=E3=81=97=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=A8=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=81=8C=E9=9D=9E=E8=A1=A8=E7=A4=BA=E3=81=AE=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=81=AE=E5=A0=B4=E5=90=88=E3=81=AF=E3=80=81=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=BC=E3=82=AB=E3=82=B9=E3=82=92=E7=A7=BB=E3=81=95=E3=81=AA?= =?UTF-8?q?=E3=81=84?= 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@7166 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 620f2099..03656622 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -2220,6 +2220,7 @@ TreeStyleTabBrowser.prototype = { this._focusChangedByCurrentTabRemove = true; if ( nextFocusedTab && + !nextFocusedTab.hidden && this._tabFocusAllowance.every(function(aFunc) { try { return aFunc.call(this, b);