GNOME Bugzilla – Bug 670312
Orca presents "panelActivities button" instead of "Activities button" when that button is focused
Last modified: 2012-02-29 15:28:37 UTC
Created attachment 207876 [details] [review] a11y: setting a proper name for Activities button STEPS TO REPRODUCE 1. Orca running 2. Select Top Bar with Ctrl+Alt+Tab 3. Activities button is the first focused NOTES At the beginning I didn't realize that this was a problem, as I thought that this "panel" was just a intermediate object receiving the focus, but on the javascript code itself, it receives the name "panelActivities". I didn't see any other place of the code using that name. In the patch attached I just removed this name, and set the Activities button label_actor, as there are already a label with the text (and translated).
Comment on attachment 207876 [details] [review] a11y: setting a proper name for Activities button >- this.actor.name = 'panelActivities'; leave that in; it's useful for debugging. (It shows up if you convert the actor to a string, eg, as part of a log message.) otherwise good
Patch committed after the chang(In reply to comment #1) > (From update of attachment 207876 [details] [review]) > >- this.actor.name = 'panelActivities'; > > leave that in; it's useful for debugging. (It shows up if you convert the actor > to a string, eg, as part of a log message.) > > otherwise good Patch committed after the changes proposed. Note that in order to avoid Orca presenting "Activities panelActitivities" you need this clutter commit: http://git.gnome.org/browse/clutter/commit/?id=dde5da1dd8f75c3522f3b89417f3e5eb5a414a25 Closing bug.