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 659558 - Missing set mnemonic widgets
Missing set mnemonic widgets
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
3.2.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks: 324810
 
 
Reported: 2011-09-20 09:15 UTC by Akhil Laddha
Modified: 2013-09-13 01:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (1.22 KB, patch)
2011-09-22 16:46 UTC, Milan Crha
committed Details | Review

Description Akhil Laddha 2011-09-20 09:15:08 UTC
Evolution 3.0.2

1. New -> Address book
2. Type -> On LDAP servers
3. Use hotkey 'l' in general tab
4. Use hotkey 'p'
5. Go to details tab
6. Use hotkey 's'
Comment 1 André Klapper 2011-09-20 10:06:49 UTC
3.0.2?! 3.0.3 has been out for a while...
Comment 2 Akhil Laddha 2011-09-20 10:43:56 UTC
Typo, this is against Evolution 3.2.0
Comment 3 Milan Crha 2011-09-22 16:46:33 UTC
Created attachment 197266 [details] [review]
evo patch

for evolution;

I was wondering where the GtkVBox was set, but then I realized it's not set, it's a default (probably the next created widget or something) when a GtkLabel has not set a mnemonic widget explicitly. There can be more places like this all over the evo code/ui files.
Comment 4 Milan Crha 2011-09-26 09:36:56 UTC
Created commit 4046d19 in evo master (3.3.1+)
Created commit e454164 in evo gnome-3-2 (3.2.1+)