зеркало из https://github.com/mozilla/gecko-dev.git
Bug 875975 - Stop page load on the first Esc keypress if the page is loading [r=mbrubeck]
This commit is contained in:
Родитель
e98ab3e52f
Коммит
89f2f60797
|
@ -1041,12 +1041,12 @@ var BrowserUI = {
|
|||
return;
|
||||
}
|
||||
|
||||
if (ContextUI.dismiss()) {
|
||||
if (Browser.selectedTab.isLoading()) {
|
||||
Browser.selectedBrowser.stop();
|
||||
return;
|
||||
}
|
||||
|
||||
if (Browser.selectedTab.isLoading()) {
|
||||
Browser.selectedBrowser.stop();
|
||||
if (ContextUI.dismiss()) {
|
||||
return;
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче