GNOME Bugzilla – Bug 123933
the button has no accessible name
Last modified: 2004-12-22 21:47:04 UTC
The "Show Desktop Button" has no accessible name.
What is an accessible name ?
I will propose a patch.
Mark: Please see 'GNOME Accessibility for Developers' http://developer.gnome.org/projects/gap/guide/gad/ specifically, the section "Coding Guidelines for Supporting Accessibility": http://developer.gnome.org/projects/gap/guide/gad/gad-coding-guidelines.html
Created attachment 20507 [details] [review] Proposed patch
Patch is OK.
Mark, May I commit this fix to HEAD and gnome-2-4 branch?
Why set it on the toggle button in this case and on the applet in the other patch ?
The toggle button can focus but in the other bug the GtkImage can not focus so the focusable widget is the appplet. We put the name on the object can can focus.
ah, that makes some sense. Looks good to commit to HEAD only ...
In this case the string is not a new string but reusing the string in the gnome-about box. Is this enough to allow it into the gnome-2-4 branch?
Good point - it should be fine for 2.4 in that case. But why is there no accessible description ?
The widget has a tooltip and this is used as accessible description if an accessible description is not explicitly specified.
Fair enough ... yet more voodoo though :-)
Patch committed to HEAD and gnome-2-4 branch.
Mark: the coding guidelines document makes reference to this fact (about tooltips) also.