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 72390 - Handle mnemonic conflict resolution in embedded windows
Handle mnemonic conflict resolution in embedded windows
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other Linux
: Normal normal
: Medium feature
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-02-24 01:51 UTC by Owen Taylor
Modified: 2013-02-13 04:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2002-02-24 01:51:04 UTC
This is a pain:

 - The GtkWindodw mnemonic code needs to be able to handle sub-widget
   cycle positions, or we have to register a dummy widget per
   memnonic (ugh)

 - We have to be able to get positions of all the mnemonics across
   the plug/socket boundary. This is going to be a pain to maintain
   so it's probably best to do it at conflict resolution time,
   but that means a round-trip/synchronous message with attendant
   evils. (Though we should be able to handle it asynchronously
   within GTk+)
Comment 1 Calum Benson 2004-10-21 12:48:31 UTC
Adding keynav keyword.
Comment 2 Calum Benson 2004-10-21 16:15:01 UTC
Removing batch-added keynav keyword-- not a user issue.
Comment 3 Matthias Clasen 2004-12-22 21:15:24 UTC
Do you have an example of a widget with multiple mnemonic positions 
which are not just different children ?