зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a18ac575ce
Коммит
f67e9cf2fd
|
@ -2214,6 +2214,7 @@ function BrowserGoHome(aEvent) {
|
|||
switch (where) {
|
||||
case "current":
|
||||
loadOneOrMoreURIs(homePage, Services.scriptSecurityManager.getSystemPrincipal());
|
||||
gBrowser.selectedBrowser.focus();
|
||||
break;
|
||||
case "tabshifted":
|
||||
case "tab":
|
||||
|
|
Загрузка…
Ссылка в новой задаче