After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 117457 - Apps/Actions menu mnemonics don't work until you focus an item
Apps/Actions menu mnemonics don't work until you focus an item
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.3.x
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 115436
 
 
Reported: 2003-07-15 11:59 UTC by Calum Benson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Calum Benson 2003-07-15 11:59:39 UTC
You seem to have to arrow down into the Applications or Actions menu before
you can use the mnemonics.  They should work when the title is focused too,
e.g. you should be able to press Alt-F1 then R to open the Run Program
dialog, just like you can press Alt-F then S to save a file in gedit etc.

Marking as a ui-review bug so you're allowed to fix it :)
Comment 1 Mark McLoughlin 2003-07-15 14:34:50 UTC
Thanks Calum:

2003-07-15  Mark McLoughlin  <mark@skynet.ie>
                                                                     
                                                       
        Make the items in the Main Menu have invisible mnemonics too.
        Fixes bug #117457.
                                                                     
                                                       
        * menu.[ch]:
        (setup_full_menuitem): add an extra "invisible_mnemonic"
        arg and if true make the first character of the menu item
        a hidden accelerator.
        (create_root_menu): use it here for the Main Menu.
                                                                     
                                                       
        * applet.c: upd.