From 61027e9efc4db5036f4482c0926740c9fa1b9957 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 21 Jul 2010 14:42:40 +0000 Subject: [PATCH] =?UTF-8?q?Minefield=E3=81=A7=E3=81=AF=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=82=92=E6=97=A2=E5=AE=9A=E3=81=AE=E4=BD=8D=E7=BD=AE=E4=BB=A5?= =?UTF-8?q?=E5=A4=96=E3=81=AB=E7=BD=AE=E3=81=84=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E6=99=82=E3=81=AF=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E4=BD=99=E7=99=BD=E3=81=A7=E3=82=BF=E3=83=96=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=83=A1=E3=83=8B?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B?= =?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@7030 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 50318f23..390ef183 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -1324,6 +1324,8 @@ TreeStyleTabBrowser.prototype = { strip.style.height = (tabContainerBox.height = height)+'px'; tabContainerBox.collapsed = (this.splitter && this.splitter.getAttribute('state') == 'collapsed'); + + this.mTabBrowser.tabContainer.setAttribute('context', this.mTabBrowser.tabContextMenu.id); } else { tabContainerBox.collapsed = false; @@ -1331,6 +1333,8 @@ TreeStyleTabBrowser.prototype = { strip.style.left = ''; strip.style.width = ''; strip.style.height = ''; + + this.mTabBrowser.tabContainer.removeAttribute('context'); } if (this.mTabBrowser != gBrowser)