GNOME Bugzilla – Bug 595294
No alternative text exposed in AT-SPI for playback buttons
Last modified: 2009-11-12 04:04:55 UTC
Created attachment 143237 [details] [review] Proposed workaround When viewing the top playback buttons in Accerciser, the button names like "Play" are not exposed, neither is their tooltip in the accessible's description. I believe this is mostly a GAIL issue, but it can be worked around for now in Banshee.
This is patch is ready for trunk, please review!
This patch works and all, but I don't understand why there is a problem here - we have textual Names and Descriptions for these actions (from which the Button widget proxies are created) - why aren't they used? The reason I ask is that we have many other button/actions that don't have a stock equivalent and that we need a different fix for.
Comment on attachment 143237 [details] [review] Proposed workaround I've committed this patch as the proposed workaround it is. Thanks, Eitan.
(In reply to comment #2) > This patch works and all, but I don't understand why there is a problem here - > we have textual Names and Descriptions for these actions (from which the Button > widget proxies are created) - why aren't they used? > This is a GAIL issue, I will fix it when I have the time. Hopefully soon.
I submitted a gtk+ patch for review that should resolve this issue in the correct manner: bug #597596.
Awesome work on this Eitan, thanks!