зеркало из https://github.com/mozilla/pjs.git
Hacked Undo/Redo menus to always appear enabled. This is a work-around for the issue where menus steal focus and therefore break command updating. r=sspitzer a=chofmann
This commit is contained in:
Родитель
59def8ab1b
Коммит
c3bb4a1e3e
|
@ -168,8 +168,12 @@ Rights Reserved.
|
|||
|
||||
<menu id="menu_Edit">
|
||||
<menupopup>
|
||||
<menuitem value="Undo" key="key_undo" oncommand="messenger.Undo()"/>
|
||||
<menuitem value="Redo" key="key_redo" oncommand="messenger.Redo()"/>
|
||||
<!-- FIX ME - put these back when focus fix is in...
|
||||
<menuitem id="menu_undo"/>
|
||||
<menuitem id="menu_redo"/>
|
||||
-->
|
||||
<menuseparator/>
|
||||
<menuitem id="menu_cut"/>
|
||||
<menuitem id="menu_copy"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче