From 38f565fd37895af558b3d0bd40ebf62f72521f3d Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 26 Mar 2009 15:51:13 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=83=96=E3=81=AE=E3=83=89=E3=83=A9?= =?UTF-8?q?=E3=83=83=E3=82=B0=E4=B8=AD=E3=81=AF=E3=82=BF=E3=83=96=E3=81=AE?= =?UTF-8?q?=E3=83=84=E3=83=BC=E3=83=AB=E3=83=81=E3=83=83=E3=83=97=E3=82=92?= =?UTF-8?q?=E5=B8=B8=E3=81=AB=E9=96=89=E3=81=98=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F=20=EF=BC=88Tab=20Mix=20Plus?= =?UTF-8?q?=E3=81=A8=E4=BD=B5=E7=94=A8=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E3=81=A8=E3=83=84=E3=83=BC=E3=83=AB=E3=83=81=E3=83=83=E3=83=97?= =?UTF-8?q?=E4=B8=8A=E3=81=B8=E3=81=AE=E3=83=89=E3=83=AD=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=81=8C=E9=A0=BB=E7=99=BA=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AA=E3=81=AE=E3=81=A7=E3=80=81=E3=81=9D=E3=82=8C=E3=81=B8?= =?UTF-8?q?=E3=81=AE=E5=AF=BE=E5=87=A6=EF=BC=89?= 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@3938 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 3421dfb6..e4ec07ea 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -2112,6 +2112,12 @@ TreeStyleTabBrowser.prototype = { canDrop : function(aEvent, aDragSession) { + var tooltip = this.mTabBrowser.mStrip.firstChild; + if (tooltip && + tooltip.localName == 'tooltip' && + tooltip.popupBoxObject.popupState != 'closed') + tooltip.hidePopup(); + var dropAction = this.getDropAction(aEvent, aDragSession); if ('dataTransfer' in aEvent) { var dt = aEvent.dataTransfer;