From 7e23d997263beffc106ae89ac097a951f7f60083 Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 6 Apr 2010 14:28:51 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=83=96=E3=81=AE=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=93=E3=83=A5=E3=83=BC=E3=82=92=E6=8F=8F=E7=94=BB=E3=81=99?= =?UTF-8?q?=E3=82=8B=E6=99=82=E3=81=AB=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AB?= =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9=E3=81=8C=E5=88=87?= =?UTF-8?q?=E3=82=8A=E6=9B=BF=E3=82=8F=E3=82=8B=E9=9A=9B=E3=81=AF=E3=80=81?= =?UTF-8?q?=E3=83=84=E3=83=AA=E3=83=BC=E3=82=92=E8=87=AA=E5=8B=95=E7=9A=84?= =?UTF-8?q?=E3=81=AB=E3=81=AF=E9=96=8B=E9=96=89=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= 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@6574 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 7617da80..e6ed7d1d 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -2495,6 +2495,11 @@ TreeStyleTabBrowser.prototype = { var b = this.mTabBrowser; var tab = b.selectedTab + /* .previewTab() focuses to the tab internally, + so we should ignore this event if it is fired from previewTab(). */ + if (b._previewMode) + return; + if (this.isCollapsed(tab)) { if (this.getTreePref('autoExpandSubtreeOnCollapsedChildFocused')) { var parentTab = tab;