зеркало из https://github.com/mozilla/pjs.git
Bug 351289 Using ctrl-F4 to close the only remaining tab was broken
r+sr=neil
This commit is contained in:
Родитель
a37956e466
Коммит
0581cb295d
|
@ -180,8 +180,9 @@
|
|||
tabbrowser: this,
|
||||
handleEvent: function handleEvent(aEvent) {
|
||||
if (aEvent.ctrlKey && aEvent.keyCode == KeyEvent.DOM_VK_F4 &&
|
||||
this.tabbrowser.mTabBox.handleCtrlPageUpDown)
|
||||
this.tabbrowser.removeCurrentTab();
|
||||
this.tabbrowser.mTabBox.handleCtrlPageUpDown &&
|
||||
this.tabbrowser.getStripVisibility())
|
||||
this.tabbrowser.removeCurrentTab();
|
||||
}
|
||||
})]]>
|
||||
</field>
|
||||
|
|
Загрузка…
Ссылка в новой задаче