Rev.3806の変更(タブのクローズボックスをタブバーだけに表示する設定の時、クローズボックスが機能しなくなる問題を修正)を取り消し
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4048 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
529d903a0f
commit
1c7e50610e
@ -873,14 +873,6 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
}, 0);
|
}, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 何故かxbl:inheritsによる属性値の継承が効かなくなってしまっているらしい……
|
|
||||||
var closebutton = document.getAnonymousElementByAttribute(b.mTabContainer, 'anonid', 'tabs-closebutton');
|
|
||||||
if (closebutton &&
|
|
||||||
!closebutton.hasAttribute('oncommand') &&
|
|
||||||
b.mTabContainer.hasAttribute('onclosetab')) {
|
|
||||||
closebutton.setAttribute('oncommand', b.mTabContainer.getAttribute('onclosetab'));
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
destroy : function()
|
destroy : function()
|
||||||
|
Loading…
Reference in New Issue
Block a user