diff --git a/modules/autoHide.js b/modules/autoHide.js index 4f80a505..a9ae265d 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -629,7 +629,11 @@ AutoHideBrowser.prototype = { }, showHideContentsAreaScreen : function AHB_showHideContentsAreaScreen() { - if (this.expanded && this.contentAreaScreenEnabled) { + if ( + this.expanded && + this.contentAreaScreenEnabled && + this.FocusManager.activeWindow.top == this.window + ) { let box = this.getContentsAreaBox(); let style = this.screen.style; let width = Math.min(box.width, this.window.screen.availWidth - box.screenX);