mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
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:
parent
9220536886
commit
b7b5c6ab82
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user