GNOME Bugzilla – Bug 609528
No a11y name for volume icon in notification area
Last modified: 2010-11-18 16:35:18 UTC
I didn't investigate if this is a limitation of GTK API, but currently all icons in notification area are referred by a11y tools (braille, speech..) simply as Icon. If available, please use something like "Volume Control" as a11y name for gnome-volume-control-applet. If not, poke GTK+ developers :) # Steps to reproduce # * Run accerciser * browse the tree to select the volume icon or... * Run Orca (braille or speech mode) * Focus the volume icon # Current Result # No label for volume icon, just "Icon" in Orca # Expected Result # The volume icon should have an unique a11y name.
Created attachment 156367 [details] [review] Add a11y name for volume applet
Didn't actually try the patch. From a quick grep in the GAIL GTK+ module, and in GTK+ itself, I don't see any ATK support for the status icon or it's title. Accerciser does not show any icon names in the notification area at all. I really just spent five minutes on this. But I remember there being many a bug about this, including bug 431030.
Actually, never mind the second paragraph. The ATK code wouldn't be with the GTK+ code because it is out of process.
I added the status icon title support specifically for ATs. I don't know if any of them picked that up, though...
Mass move to gnome-control-center.
Patch is already merged.