зеркало из https://github.com/mozilla/gecko-dev.git
Bug 143866 Ctrl+T opens new tabs in tab-bar-less (popup, no toolbar) windows
p=me r=neil.parkwaycc.co.uk sr=jag a=bsmedberg
This commit is contained in:
Родитель
0349c6c129
Коммит
2843f87402
|
@ -115,8 +115,8 @@ const gTabStripPrefListener =
|
|||
if (topic != "nsPref:changed")
|
||||
return;
|
||||
|
||||
var stripVisibility = !pref.getBoolPref(prefName);
|
||||
if (gBrowser.tabContainer.childNodes.length == 1) {
|
||||
if (gBrowser.tabContainer.childNodes.length == 1 && window.toolbar.visible) {
|
||||
var stripVisibility = !pref.getBoolPref(prefName);
|
||||
gBrowser.setStripVisibilityTo(stripVisibility);
|
||||
pref.setBoolPref("browser.tabs.forceHide", false);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче