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 721086 - Accessible keybindings/mnemonics missing from certain menu items
Accessible keybindings/mnemonics missing from certain menu items
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-26 15:05 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2014-01-05 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
accessible-event listener (381 bytes, text/plain)
2013-12-26 15:05 UTC, Joanmarie Diggs (IRC: joanie)
Details

Description Joanmarie Diggs (IRC: joanie) 2013-12-26 15:05:09 UTC
Created attachment 264902 [details]
accessible-event listener

Steps to reproduce:
1. Launch the attached accessible-event listener in a terminal
2. Launch gtk-demo's Application Class/Application Main Window demo
3. Arrow amongst the menu items

Expected results: The full keybindings and mnemonics would be available via the action interface.

Actual results: For gtk3-demo, a number of menu items have missing items as shown below.

==============
Gtk+ 3 results
==============

[menu | Color] click c;<Alt>p:c;
[radio menu item | Red] click ;<Alt>p:c;
[radio menu item | Green] click ;<Alt>p:c;
[radio menu item | Blue] click ;<Alt>p:c;

[menu | Shape] click s;<Alt>p:s;
[radio menu item | Square] click ;<Alt>p:s;
[radio menu item | Rectangle] click ;<Alt>p:s;
[radio menu item | Oval] click ;<Alt>p:s;

[check menu item | About] click ;<Alt>h;

==============
Gtk+ 2 results
==============

[menu | Color] click c;<Alt>p:c;
[check menu item | Red] click r;<Alt>p:c:r;<Primary>r
[check menu item | Green] click g;<Alt>p:c:g;<Primary>g
[check menu item | Blue] click b;<Alt>p:c:b;<Primary>b

[menu | Shape] click s;<Alt>p:s;
[check menu item | Square] click s;<Alt>p:s:s;<Primary>s
[check menu item | Rectangle] click r;<Alt>p:s:r;<Primary>r
[check menu item | Oval] click o;<Alt>p:s:o;<Primary>o

[menu item | About] click a;<Alt>h:a;<Primary>a