зеркало из https://github.com/mozilla/gecko-dev.git
Bug 534172 - Tab list should be cleared at popuphidden, not at popuphiding. r=Enn
--HG-- extra : rebase_source : e201ed7db24d6f862575809756e68a4d551393db
This commit is contained in:
Родитель
3e1b2b0a3c
Коммит
a294c94009
|
@ -3398,7 +3398,7 @@
|
||||||
this._updateTabsVisibilityStatus();
|
this._updateTabsVisibilityStatus();
|
||||||
]]></handler>
|
]]></handler>
|
||||||
|
|
||||||
<handler event="popuphiding">
|
<handler event="popuphidden">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
// clear out the menu popup and remove the listeners
|
// clear out the menu popup and remove the listeners
|
||||||
while (this.hasChildNodes()) {
|
while (this.hasChildNodes()) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче