зеркало из https://github.com/mozilla/gecko-dev.git
Bug 107848: Wrong tab is closed when last but one tab is closed. r=caillon, sr=ben, a=asa
This commit is contained in:
Родитель
8f56f8da5a
Коммит
47e66e444c
|
@ -646,7 +646,7 @@
|
|||
<parameter name="aTab"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
if (aTab.localName == 'tabs')
|
||||
if (aTab.localName != "tab")
|
||||
aTab = this.mCurrentTab;
|
||||
|
||||
var l = this.mTabContainer.childNodes.length;
|
||||
|
@ -677,7 +677,7 @@
|
|||
<parameter name="aTab"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
if (aTab.localName == 'tabs')
|
||||
if (aTab.localName != "tab")
|
||||
aTab = this.mCurrentTab;
|
||||
|
||||
var l = this.mTabContainer.childNodes.length;
|
||||
|
|
Загрузка…
Ссылка в новой задаче