タブバー上のツールバーボタンのドラッグによるタブバーの移動ができなくなっていたのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6625 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
c7b0fb5f3e
commit
5c2176530e
@ -897,7 +897,8 @@ var TreeStyleTabUtils = {
|
||||
|
||||
var b = this.evaluateXPath(
|
||||
'ancestor::xul:tabbrowser | '+
|
||||
'ancestor::xul:tabs[@tabbrowser]',
|
||||
'ancestor::xul:tabs[@tabbrowser] |'+
|
||||
'ancestor::xul:toolbar[@id="TabsToolbar"]',
|
||||
aTabBrowserChild,
|
||||
Ci.nsIDOMXPathResult.FIRST_ORDERED_NODE_TYPE
|
||||
).singleNodeValue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user