mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Bug 701992 - Hide sidebar when entering DOM full-screen mode. r=dao
This commit is contained in:
parent
d1076777c3
commit
8adf450fba
@ -3969,6 +3969,10 @@ var FullScreen = {
|
||||
return;
|
||||
}
|
||||
|
||||
// Ensure the sidebar is hidden.
|
||||
if (!document.getElementById("sidebar-box").hidden)
|
||||
toggleSidebar();
|
||||
|
||||
if (gFindBarInitialized)
|
||||
gFindBar.close();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user