This commit is contained in:
SHIMODA Hiroshi 2011-12-05 16:41:13 +09:00
parent 00be6a4f00
commit 8018a3ca8d

View File

@ -632,7 +632,8 @@ AutoHideBrowser.prototype = {
if (
this.expanded &&
this.contentAreaScreenEnabled &&
this.FocusManager.activeWindow.top == this.window
this.treeStyleTab.FocusManager.activeWindow &&
this.treeStyleTab.FocusManager.activeWindow.top == this.window
) {
let box = this.getContentsAreaBox();
let style = this.screen.style;