再描画がかかっていない状態になる場合があったのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3957 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
043b7b1af5
commit
fc802f8893
@ -3334,8 +3334,8 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
b.setAttribute(aSelf.kAUTOHIDE, 'show');
|
b.setAttribute(aSelf.kAUTOHIDE, 'show');
|
||||||
|
aSelf.redrawContentArea();
|
||||||
}
|
}
|
||||||
aSelf.redrawContentArea();
|
|
||||||
aSelf.checkTabsIndentOverflow();
|
aSelf.checkTabsIndentOverflow();
|
||||||
aSelf.redrawContentArea();
|
aSelf.redrawContentArea();
|
||||||
fullScreenCanvas.hide();
|
fullScreenCanvas.hide();
|
||||||
@ -3367,7 +3367,8 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
var pos = this.mTabBrowser.getAttribute(this.kTABBAR_POSITION);
|
var pos = this.mTabBrowser.getAttribute(this.kTABBAR_POSITION);
|
||||||
try {
|
try {
|
||||||
var v = this.mTabBrowser.markupDocumentViewer;
|
var v = this.mTabBrowser.markupDocumentViewer;
|
||||||
if (this.autoHideShown) {
|
if (this.autoHideEnabled && this.autoHideShown) {
|
||||||
|
v.move(window.outerWidth,window.outerHeight);
|
||||||
v.move(
|
v.move(
|
||||||
(
|
(
|
||||||
!this.autoHideShown ? 0 :
|
!this.autoHideShown ? 0 :
|
||||||
|
Loading…
Reference in New Issue
Block a user