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;