mTabDropIndicatorBarが壊れることがあった?

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6712 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-06-23 11:36:39 +00:00
parent ff12cd8787
commit beac4ea4a6

View File

@ -178,6 +178,8 @@ TreeStyleTabBrowser.prototype = {
toggler = document.createElement('spacer');
toggler.setAttribute('class', this.kTABBAR_TOGGLER);
b.mTabBox.insertBefore(toggler, b.mTabBox.firstChild);
if (b.mTabDropIndicatorBar == toggler)
b.mTabDropIndicatorBar = document.getAnonymousElementByAttribute(b, 'class', 'tab-drop-indicator-bar');
}
placeHolder = document.getAnonymousElementByAttribute(b, 'anonid', 'strip');
if (!placeHolder) {