From 9113981675049891c95112ad60d12e59682b09ad Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Mon, 22 Dec 2008 13:59:25 -0500 Subject: [PATCH] Bug 470786: can't access extras panel when window isn't fullscreen, r=mfinkle --- mobile/chrome/content/browser-ui.js | 3 ++- mobile/chrome/content/browser.xul | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index b2f2bc7b5550..03bd363085fc 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -235,7 +235,8 @@ var BrowserUI = { popup.width = window.innerWidth; document.getElementById("notifications").width = window.innerWidth; - + document.getElementById("browser-controls").height = window.innerHeight - toolbarH; + // XXX need to handle make some of these work again /* var sidebar = document.getElementById("browser-controls"); diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index 2c0887bf5c0f..f5a3c6b5c216 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -217,8 +217,9 @@ -