зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 112534. Remove collapse grippies.
r=caillon, sr=jag
This commit is contained in:
Родитель
9bdd4cd70e
Коммит
2a89cf0bf2
|
@ -57,12 +57,10 @@ var FullScreen =
|
|||
if (els[i].getAttribute("fullscreentoolbar") == "true") {
|
||||
this.setToolbarButtonMode(els[i], aShow ? "" : "small");
|
||||
} else {
|
||||
// use moz-collapsed so it doesn't persist hidden/collapsed,
|
||||
// so that new windows don't have missing toolbars
|
||||
if (aShow)
|
||||
els[i].removeAttribute("moz-collapsed");
|
||||
els[i].removeAttribute("collapsed");
|
||||
else
|
||||
els[i].setAttribute("moz-collapsed", "true");
|
||||
els[i].setAttribute("collapsed", "true");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче