Issue 121764 - [ia2] Remove "Cell " prefix from cell accessibles in Calc
Summary: [ia2] Remove "Cell " prefix from cell accessibles in Calc
Status: CLOSED FIXED
Alias: None
Product: ui
Classification: Code
Component: AccessBridge (show other issues)
Version: AOO400-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks: winA11y
  Show dependency tree
 
Reported: 2013-02-13 12:14 UTC by James Teh
Modified: 2016-04-09 10:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description James Teh 2013-02-13 12:14:34 UTC
The name of cell accessibles in Calc is prefixed by the string "Cell "; e.g. "Cell A1 ". The "Cell " prefix is superfluous, since the fact that it is a cell can be determined by examining the role. This causes extraneous verbosity in screen readers.

Str:
1. Open Calc.
2. Retrieve the focused IAccessible object.
3. Call IAccessible::accName on this accessible.
Expected: "A1"
Actual: "Cell A1 "

The prefix was needed for Java Access Bridge, since it doesn't seem to have a cell role. However, MSAA does, so it's definitely not needed for MSAA.
Comment 1 James Teh 2013-11-04 06:33:38 UTC
Fixed as of r1536988, but I don't know which commit actually fixed it.
Comment 2 Marcus 2016-04-09 10:44:15 UTC
fixed in 4.1.0