https://issues.apache.org/ooo/show_bug.cgi?id=124360
Bug ID: 124360
Issue Type: DEFECT
Summary: Writer: info about recorded changes not exposed via
accessibility APIs
Product: General
Version: 4.1.0-dev
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: accessibility
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 121767
When document changes have been recorded (e.g. using Edit menu -> Changes ->
Record), the presence of and information about these changes is not exposed via
accessibility APIs. The type of change, author, date and perhaps the comment
for the change should be exposed. The best way to do this is probably via text
attributes.
Str:
1. Open a new Writer document.
2. Type the letter: a
3. Enable Edit menu -> Changes -> Record.
4. Type the letter: b
5. Retrieve the accessible for the paragraph and query the text attributes for
offset 1.
Expected: The change type, author, date and perhaps comment should be among the
included attributes.
Actual: No information is provided about the change.
This issue makes this feature inaccessible to screen reader users.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.