GNOME Bugzilla – Bug 710120
accessibility: objects that represent arrows should be exposed with the role ATK_ROLE_ARROW
Last modified: 2013-10-14 20:39:25 UTC
There are several Labels around that represent arrows, using a special unicode value. Right now are exposed as ATK_ROLE_LABEL, but should be exposed as ATK_ROLE_ARROW. Why this makes sense is obvious. Why this is relevant is to avoid exposing that object as a label, as some braille displays doesn't work really well with unicode special chars like this.
Created attachment 257281 [details] [review] Solves the bug, against tag 3.10.0.1 Being so trivial change, ideally this would be included for 3.10.1 release. I didn't find a gnome-3-10 branch, so I worked against the current 3.10.0.1 tag.
Created attachment 257282 [details] [review] Solves the bug, against current master All the arrow stuff was refactored recently [1], so the previous patch become really more simpler (one line) on master. [1] https://git.gnome.org/browse/gnome-shell/commit/?id=63593e45a6a776bd44b596172a4e0efe99bf3e77
Comment on attachment 257281 [details] [review] Solves the bug, against tag 3.10.0.1 3.10.1 will be released from master, we'll branch afterwards.
Review of attachment 257282 [details] [review]: LGTM