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 320037 - Options dialog doesn't have mnemonics.
Options dialog doesn't have mnemonics.
Status: RESOLVED WONTFIX
Product: glade-legacy
Classification: Deprecated
Component: general
2.10.x
Other All
: Normal normal
: ---
Assigned To: Damon Chaplin
Damon Chaplin
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2005-10-28 05:11 UTC by Raghu Sarangapani
Modified: 2011-02-25 05:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
A patch to add mnemonics to the options dialog (14.38 KB, patch)
2007-11-28 21:18 UTC, David Turner
none Details | Review
Updated patch to add mnemonics to options (14.38 KB, patch)
2007-11-29 16:09 UTC, David Turner
none Details | Review

Description Raghu Sarangapani 2005-10-28 05:11:15 UTC
I observed that the mnemonics are missing in Options dialog.

Steps to reproduce:
1. Invoke galde,
2. Open some existing project or create new project 
3. Click on 'Options' button in the glade main window  
4. Project Options dialog comes up which doesn't have mnemonic.

Expected Behaviour - Mnemonics should be present in Options dialog
Comment 1 Matt Keenan (IRC:MattMan) 2006-04-04 08:56:03 UTC
This is issue with glade-2 (gnome 2.14) aswell.
Comment 2 David Turner 2007-11-28 21:18:33 UTC
Created attachment 99804 [details] [review]
A patch to add mnemonics to the options dialog

A patch to add mnemonics to the options dialog, created from SVN trunk revision 1170
Comment 3 André Klapper 2007-11-29 09:07:25 UTC
David, great stuff!
one very small issue: 
   +  label = gtk_label_new_with_mnemonic (_("Project D_irectory:"));
please try to avoid thin letters for access keys, if possible, because in some fonts it's hard to see the underscore. see http://library.gnome.org/devel/hig-book/stable/input-keyboard.html.en#choosing-access-keys
Comment 4 David Turner 2007-11-29 16:09:09 UTC
Created attachment 99843 [details] [review]
Updated patch to add mnemonics to options

Updated patch to add mnemonics to options
Comment 5 David Turner 2007-11-29 16:10:22 UTC
Ok, I just added an updated patch to use D rather than i as the mnemonic in that case.  There is another instance where i is used:
+  label = gtk_label_new_with_mnemonic (_("Header F_ile:"));
But I cannot see another letter which could be used in that case.
Comment 6 André Klapper 2007-12-02 18:15:53 UTC
no problem. i think it's more important to have unique access keys instead of non-thin letters :)
Comment 7 Akhil Laddha 2011-02-25 05:21:10 UTC
glade-legacy development has been stalled and it has been unmaintained for a few years now. Maintainers don't have future development plan so i am closing the bugs as WONTFIX. Please feel free to reopen the bugs in future if anyone takes the responsibility for active development.