From 37cbcc89736eee3a647cf2758c6844d8d0e08a06 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 16 Sep 2010 04:07:58 +0000 Subject: [PATCH] =?UTF-8?q?Minefield=E3=81=AB=E3=81=8A=E3=81=84=E3=81=A6?= =?UTF-8?q?=E3=80=81=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=82=92=E8=87=AA?= =?UTF-8?q?=E5=8B=95=E7=9A=84=E3=81=AB=E9=9A=A0=E3=81=99=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=AE=E3=81=A8=E3=81=8D=E3=81=AB=E3=80=81=E5=B1=95=E9=96=8B?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=9F=E7=8A=B6=E6=85=8B=E3=81=AE=E3=82=BF?= =?UTF-8?q?=E3=83=96=E3=83=90=E3=83=BC=E3=82=92=E3=83=AA=E3=82=B5=E3=82=A4?= =?UTF-8?q?=E3=82=BA=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= 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@7235 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- modules/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/utils.js b/modules/utils.js index 34622f74..2d6d4c1c 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -497,7 +497,7 @@ var TreeStyleTabUtils = { isEventFiredOnClickable : function TSTUtils_isEventFiredOnClickable(aEvent) { return this.evaluateXPath( - 'ancestor-or-self::*[contains(" button toolbarbutton scrollbar popup menupopup panel tooltip ", concat(" ", local-name(), " "))]', + 'ancestor-or-self::*[contains(" button toolbarbutton scrollbar popup menupopup panel tooltip splitter ", concat(" ", local-name(), " "))]', aEvent.originalTarget, Ci.nsIDOMXPathResult.BOOLEAN_TYPE ).booleanValue;