зеркало из https://github.com/mozilla/pjs.git
When popup menus are hiding, we sync up with the menu toggle / state controls.
This commit is contained in:
Родитель
cf910cfe55
Коммит
66283ecbf4
|
@ -250,6 +250,7 @@
|
|||
<menupopup id="menu_MainPopup"
|
||||
onpopupshown="MenuEnableEscapeKeys()"
|
||||
onpopuphidden="MenuDisableEscapeKeys()"
|
||||
onpopuphiding="MenuMainPopupHiding()"
|
||||
onpopupshowing="MenuMainPopupShowing()" >
|
||||
|
||||
<menuitem id="command_BrowserOpenTab"
|
||||
|
@ -311,6 +312,7 @@
|
|||
</menupopup>
|
||||
|
||||
<menupopup id="menu_NavPopup"
|
||||
onpopuphiding="MenuNavPopupHiding()"
|
||||
onpopupshown="MenuEnableEscapeKeys()"
|
||||
onpopuphidden="MenuDisableEscapeKeys()"
|
||||
>
|
||||
|
|
Загрузка…
Ссылка в новой задаче