Bug 470786: can't access extras panel when window isn't fullscreen, r=mfinkle

This commit is contained in:
Gavin Sharp 2008-12-22 13:59:25 -05:00
Родитель 76db09d775
Коммит 9113981675
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -235,7 +235,8 @@ var BrowserUI = {
popup.width = window.innerWidth; popup.width = window.innerWidth;
document.getElementById("notifications").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 // XXX need to handle make some of these work again
/* /*
var sidebar = document.getElementById("browser-controls"); var sidebar = document.getElementById("browser-controls");

Просмотреть файл

@ -217,8 +217,9 @@
<!-- begin: right bar --> <!-- begin: right bar -->
<!-- barrier to the left of the right bar --> <!-- barrier to the left of the right bar -->
<spacer style="-moz-stack-sizing: ignore; width: 1px; height: 1px;" barriertype="vertical" size="30" left="800" constraint="vp-relative"/> <spacer style="-moz-stack-sizing: ignore; width: 1px; height: 1px;" barriertype="vertical" size="30" left="800" constraint="vp-relative"/>
<vbox id="browser-controls" style="-moz-stack-sizing: ignore; width: 80px; height: 420px;" <vbox id="browser-controls" style="-moz-stack-sizing: ignore;"
left="800" top="60" left="800" top="60"
width="80" height="420"
constraint="ignore-y,vp-relative"> constraint="ignore-y,vp-relative">
<toolbarbutton id="tool-star" class="browser-control-button" command="cmd_star"/> <toolbarbutton id="tool-star" class="browser-control-button" command="cmd_star"/>
<toolbarbutton id="tool-back" class="browser-control-button" command="cmd_back"/> <toolbarbutton id="tool-back" class="browser-control-button" command="cmd_back"/>