зеркало из https://github.com/mozilla/pjs.git
bug 181586 - Ctrl+0 selects tenth tab instead of reverting to 100% zoom
This commit is contained in:
Родитель
9bc654e3cd
Коммит
c487c88f74
|
@ -498,9 +498,7 @@ function ctrlNumberTabSelection(event)
|
|||
return;
|
||||
|
||||
var index = event.charCode - 49;
|
||||
if (index == -1)
|
||||
index = 9;
|
||||
if (index < 0 || index > 9)
|
||||
if (index < 0 || index > 8)
|
||||
return;
|
||||
|
||||
if (index >= gBrowser.mTabContainer.childNodes.length)
|
||||
|
|
Загрузка…
Ссылка в новой задаче