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 643321 - Keypresses in window contextual menu go through to app
Keypresses in window contextual menu go through to app
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-02-25 18:33 UTC by Bastien Nocera
Modified: 2011-02-25 20:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-02-25 18:33:06 UTC
1. Start up an application, and make sure a GtkSwitch is focused (first tab in the "Universal Access" panel should do fine)
2. Press Alt+Space to get the window's contextual menu
3. Use the arrows to go to the "Always on Top" menu item
4. Press space

Both the checkbox and the GtkSwitch will change state.

My guess is that GtkSwitch acts on the space key-release even though it didn't get the key-press.
Comment 1 Bastien Nocera 2011-02-25 18:50:19 UTC
Yep, a GtkSwitch bug.