GNOME Bugzilla – Bug 722818
When I launched gnome-calculator application, Orca spokening some UI label or role name with english language
Last modified: 2014-01-30 15:49:09 UTC
Created attachment 267019 [details] Debug file Dear Joanie, When I launched gnome-calculator application and I using for example with hungarian locale, Orca spokening some UI element label or role name with english language. A typical example the "editbar" role name. In Atk source code the edit bar role name marked for translation, this is true both master and gnome-3-10 branch, I verifyed this before I reported this issue. Following string marking translation the edit bar role name in master branch: #: ../atk/atkobject.c:150 msgid "edit bar" msgstr "szerkesztősáv" The gnome-3-10 branch following string marking translation the edit bar role name: #: ../atk/atkobject.c:179 msgid "edit bar" msgstr "szerkesztősáv" Independent this translatable string the atk source code, from at-spi2 Orca get "editbar" role name, not "edit bar" string, possible this difference resulting this problem. Another examples in gnome-calculator the "divide" "multiply" buttons. Very interesting, the gnome-calculator UI interface translated hungarian language with 100%. Environment related informations: OS: Ubuntu 14.04 Orca version: latest yesterday master branch Locale: hungarian at-spi2-atk version: 2.10.2 Gnome-calculator version: 2.10.2 I attaching the debug.out file. Attila
As you observed, the edit bar issue is an ATK bug. I filed 723292 for you. I'll look at the button issues.
And the rest are in gnome-calculator. All Orca does is pass along what is exposed to it. I filed bug 723296. Since that is the bigger issue, I'll call this a dup of that one. *** This bug has been marked as a duplicate of bug 723296 ***