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 659151 - Cannot obtain accessible keybinding for comboboxes
Cannot obtain accessible keybinding for comboboxes
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-09-15 14:25 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2011-11-14 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test script (453 bytes, text/plain)
2011-09-15 14:25 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2011-09-15 14:25:56 UTC
Created attachment 196639 [details]
test script

Steps to reproduce:

1. Launch the test script in a terminal
2. Get into gnome-terminal's 'profile preferences' dialog
3. Tab amongst the widgets on the 'general' notebook page

Expected results: All widgets would report the associated keybinding/keystroke

Actual results: All widgets but the combobox do:

[text | ] has keybinding: <Alt>p
[check box | Use the system fixed width font] has keybinding: <Alt>u
[check box | Allow bold text] has keybinding: <Alt>a
[check box | Show menubar by default in new terminals] has keybinding: <Alt>m
[check box | Terminal bell] has keybinding: <Alt>b
[combo box | Block] has keybinding:      <----
[text | ] has keybinding: <Alt>w
[check box | Use custom default terminal size] has keybinding: <Alt>z
[push button | Help] has keybinding: <Alt>h
[push button | Close] has keybinding: <Alt>c

The 'press' accessible action is present; just the keystroke has gone missing.
Comment 1 Matthias Clasen 2011-11-14 14:27:05 UTC
Should be fixed now.