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 417395 - missing mnemonics in quick search dropdown submenu
missing mnemonics in quick search dropdown submenu
Status: RESOLVED WONTFIX
Product: evolution
Classification: Applications
Component: Mailer
3.2.x (obsolete)
Other All
: Normal minor
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
aklapper[mnemonics]
: 430561 (view as bug list)
Depends on:
Blocks: 324810
 
 
Reported: 2007-03-12 09:45 UTC by vinod
Modified: 2013-09-05 13:07 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2



Description vinod 2007-03-12 09:45:36 UTC
to assign shortcut keys to all the submenu's for easy navigation....
 menu names are ( subject and sender contains etc...)

Other information:
 needed a method to identify to solve this ....
Comment 1 André Klapper 2007-03-12 19:19:46 UTC
i needed to read this for three times to get you. for future reference, can you PLEASE be much more specific and at least provide steps or explicitly tell that this is about the search feature? (and didn't i ask for this in bug 412171 already?)
Comment 2 vinod 2007-03-13 07:31:00 UTC
my apologies... for improper explanation in the previous post...

For the Search feature in the Evolution main window
  by clicking on the search picture in the search text box     
  their are 6 options that are displayed
    --Subject or sender contains
    --Recipient contains
    --Message contains
    --Subject contains
    --Sender contains
    --Body contains and 
       and advanced search option

 all of the above mentioned options have missing mnemonics i.e shortcut keys not assigned to it....Fixing them improves the usability features of search feature of Evolution
     
Comment 3 vinod 2007-03-19 07:18:58 UTC
i search for the pattern "subject or sender contains" as given in the search features in am xml file to add shortcut key to it ..... which i got in the evolution/mail/searchtypes.xml file

 but adding ampersand  symbol (&)  to it like
         (su&bject) or sender contains and even tried with underscor (_) --- to create shortcut keys ... 

but when i run evolution it's directly going to the advanced search option 
 and evolution crashes......

any other better method available to fix this bug ?....... any suggestions plz
Comment 4 André Klapper 2007-03-19 11:52:03 UTC
none of the dropdowns has mnemonics currently, i guess there's a reason for this (but i don't know it).
perhaps you also have to explicitly set the mnemonic widget (for *labels*, that would be gtk_label_set_mnemonic_widget) in the corresponding c code.
Comment 5 Matthew Barnes 2008-03-11 00:32:44 UTC
Bumping version to a stable release.
Comment 6 Matthew Barnes 2009-05-20 23:46:25 UTC
*** Bug 430561 has been marked as a duplicate of this bug. ***
Comment 7 Matthew Barnes 2013-09-05 12:50:35 UTC
Closing as WHOCARES.

If you've already clicked the icon to open the search option menu, why would you then need shortcut keys when your mouse pointer is already hovering over the popup menu?
Comment 8 André Klapper 2013-09-05 13:07:26 UTC
Alt+W and using arrow keys might also be an acceptable workaround.