From 07892afb28e575df9d61395584f4515ccf357f5a Mon Sep 17 00:00:00 2001 From: piro Date: Sat, 27 Sep 2008 15:48:25 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=82=92?= =?UTF-8?q?=E8=87=AA=E5=8B=95=E3=81=A7=E9=9A=A0=E3=81=99=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E8=A7=A3=E9=99=A4=E3=81=97=E3=81=9F=E5=BE=8C=E3=80=81?= =?UTF-8?q?=E3=83=96=E3=83=A9=E3=82=A6=E3=82=B6=E9=A0=98=E5=9F=9F=E3=81=8C?= =?UTF-8?q?=E3=82=BA=E3=83=AC=E3=81=9F=E3=81=BE=E3=81=BE=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E3=81=93=E3=81=A8?= =?UTF-8?q?=E3=81=8C=E3=81=82=E3=82=8B=E5=95=8F=E9=A1=8C=E3=81=AB=E5=AF=BE?= =?UTF-8?q?=E5=87=A6?= 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@3055 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index 9eaed0aa..2c767f03 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -1761,10 +1761,16 @@ catch(e) { this.getTreePref('tabbar.autoShow.tabSwitch') || this.getTreePref('tabbar.autoShow.feedback') ) - ) + ) { this.startListenKeyEvents(); - else + } + else { this.endListenKeyEvents(); + } + window.setTimeout(function() { + window.resizeBy(-1,-1); + window.resizeBy(1,1); + }, 0); break; case 'extensions.treestyletab.tabbar.width':