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

            Bug ID: 121765
        Issue Type: DEFECT
           Summary: [ia2] Internal numeric value exposed for cell
                    accessibles
    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 value of cell accessibles is currently the numeric value used internally.
It should instead be the value displayed to the user.

Str:
1. Open Calc.
2. Retrieve the focused IAccessible.
3. Call IAccessible::accValue on this accessible.
Expected: ""
Actual: "0"
4. Type: 13:37
5. Press enter, then up arrow to move back to the cell just edited.
6. Retrieve the focused IAccessible.
7. Call IAccessible::accValue on this accessible.
Expected: "13:37"
Actual: "0.567361111111111"

This applies to table cells in Writer as well.

-- 
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