Issue 121765 - [ia2] Internal numeric value exposed for cell accessibles
Summary: [ia2] Internal numeric value exposed for cell accessibles
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:20 UTC by James Teh
Modified: 2016-04-09 10:43 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:20:54 UTC
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.
Comment 1 James Teh 2013-11-04 06:36:12 UTC
Fixed as of r1536988, but I don't know which commit actually fixed it.
Comment 2 Marcus 2016-04-09 10:43:58 UTC
fixed in 4.1.0