GNOME Bugzilla – Bug 683703
Orca doesn't expose any meaningful label for most of the toggle buttons
Last modified: 2012-09-13 10:39:23 UTC
STEPS TO REPRODUCE 0. Precondition: Orca running 1. Open Universal Access (ie: top panel, accessibility menu, last menu item) 2. Navigate to the first toggle button (High contrast, on-of toggle button) EXPECTED OUTCOME: Orca exposes all the items focused: "All items push button" - "Seeing Tab" - "High contrast toggle button pressed" ACTUAL OUTCOME "All items push button" and "Seeing tab" exposed. But just "Toggle button pressed" is exposed with the button, so user can't know what that toggle button is for. NOTES: This happens with most of the toggle buttons of any tab of the universal access. I made a quick review of other regions of gnome-control-center and seems to be fine, although probably a deep review would be good.
Created attachment 224188 [details] [review] a patch
Created attachment 224189 [details] [review] and another
Review of attachment 224189 [details] [review]: ++
Review of attachment 224188 [details] [review]: Looks good other than the extraneous "use-action-appearance" changes. ::: panels/universal-access/uap.ui @@ +612,3 @@ <property name="can_focus">True</property> <property name="halign">end</property> + <property name="use_action_appearance">False</property> Could you remove those unrelated changes?
glade puts those in; they're hard to avoid. I'll see if I can remove them