https://issues.apache.org/ooo/show_bug.cgi?id=121764

            Bug ID: 121764
        Issue Type: DEFECT
           Summary: [ia2] Remove "Cell " prefix from cell accessibles in
                    Calc
    Classification: Code
           Product: ui
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: AccessBridge
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to