一瞬だけウィンドウの大きさがタブバーの幅になってしまっていた
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7148 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
d7f124f4fc
commit
c628aaed86
@ -768,7 +768,7 @@ var TreeStyleTabUtils = {
|
|||||||
strip.setAttribute(aAttr, aValue);
|
strip.setAttribute(aAttr, aValue);
|
||||||
strip.ownerDocument.defaultView.setTimeout(function() {
|
strip.ownerDocument.defaultView.setTimeout(function() {
|
||||||
strip.ownerDocument.documentElement.setAttribute(aAttr, aValue);
|
strip.ownerDocument.documentElement.setAttribute(aAttr, aValue);
|
||||||
}, 0);
|
}, 10);
|
||||||
if (this._tabStripPlaceHolder)
|
if (this._tabStripPlaceHolder)
|
||||||
this._tabStripPlaceHolder.setAttribute(aAttr, aValue);
|
this._tabStripPlaceHolder.setAttribute(aAttr, aValue);
|
||||||
if (strip.tabsToolbarInnerBox)
|
if (strip.tabsToolbarInnerBox)
|
||||||
@ -778,7 +778,7 @@ var TreeStyleTabUtils = {
|
|||||||
strip.removeAttribute(aAttr);
|
strip.removeAttribute(aAttr);
|
||||||
strip.ownerDocument.defaultView.setTimeout(function() {
|
strip.ownerDocument.defaultView.setTimeout(function() {
|
||||||
strip.ownerDocument.documentElement.removeAttribute(aAttr);
|
strip.ownerDocument.documentElement.removeAttribute(aAttr);
|
||||||
}, 0);
|
}, 10);
|
||||||
if (this._tabStripPlaceHolder)
|
if (this._tabStripPlaceHolder)
|
||||||
this._tabStripPlaceHolder.removeAttribute(aAttr);
|
this._tabStripPlaceHolder.removeAttribute(aAttr);
|
||||||
if (strip.tabsToolbarInnerBox)
|
if (strip.tabsToolbarInnerBox)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user