Bug 1404674 - Clicking the home button should focus the content area. r=florian

MozReview-Commit-ID: GZlXyVuUbix

--HG--
extra : rebase_source : 6b6e04db6a08a1ea74e8ea703fcbc2e8e87d8ff2
This commit is contained in:
Dão Gottwald 2017-10-03 11:19:37 +02:00
Родитель a18ac575ce
Коммит f67e9cf2fd
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2214,6 +2214,7 @@ function BrowserGoHome(aEvent) {
switch (where) {
case "current":
loadOneOrMoreURIs(homePage, Services.scriptSecurityManager.getSystemPrincipal());
gBrowser.selectedBrowser.focus();
break;
case "tabshifted":
case "tab":