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 708038 - ATK_STATE_EXPANDABLE and ATK_STATE_EXPANDED missing from expandable menu items
ATK_STATE_EXPANDABLE and ATK_STATE_EXPANDED missing from expandable menu items
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: system-status
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-13 17:29 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2013-09-16 10:37 UTC
See Also:
GNOME target: 3.10
GNOME version: ---


Attachments
listener (527 bytes, text/x-python)
2013-09-13 17:29 UTC, Joanmarie Diggs (IRC: joanie)
  Details
check states EXPANDABLE/EXPANDED on PopupSubMenuMenuItem (1.40 KB, patch)
2013-09-13 23:31 UTC, Alejandro Piñeiro Iglesias (IRC: infapi00)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2013-09-13 17:29:59 UTC
Created attachment 254878 [details]
listener

Steps to reproduce:

1. Run the attached listener in a terminal
2. Arrow amongst the menu items in the system-status menu

Expected results: menu items which can be expanded (have a triangle on the right side) would have state expandable. If they were expanded, this state would also be present.

Actual results: neither state is present.

Impact: It's not immediately obvious to users who are blind how to interact with this widget because Orca cannot tell them it's expandable/expanded. And after it is expanded via the keyboard, selection doesn't change so there is nothing for Orca to present.
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-09-13 23:31:15 UTC
Created attachment 254895 [details] [review]
check states EXPANDABLE/EXPANDED on PopupSubMenuMenuItem
Comment 2 Joanmarie Diggs (IRC: joanie) 2013-09-14 17:18:53 UTC
Thanks! Works with Orca master.
Comment 3 Florian Müllner 2013-09-14 17:21:28 UTC
Review of attachment 254895 [details] [review]:

OK