https://bugs.documentfoundation.org/show_bug.cgi?id=150947
Bug ID: 150947
Summary: a11y: Add accessibility to the visible bookmarks
Product: LibreOffice
Version: 7.0.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
Visible i.e. enabled bookmarks (Tools->Options...->LibreOffice
Writer->Formatting Aids->Bookmarks) are not visible for screen readers.
Steps to Reproduce:
1. Start LibreOffice with SW_DEBUG=1 soffice
2. Open a file with visible bookmarks
3. Press F12 to dump layout.xml
Actual Results:
No text content for bookmark portions in layout.xml, e.g.
<Special nLength="0" nType="PortionType::Bookmark" rText="" nHeight="274"/>
<Special nLength="0" nType="PortionType::Bookmark" rText="" nHeight="274"/>
Expected Results:
<Special nLength="0" nType="PortionType::Bookmark" rText="#BookmarkName
Bookmark Start " nHeight="274"/>
<Special nLength="0" nType="PortionType::Bookmark" rText="#BookmarkName
Bookmark End " nHeight="274"/>
Reproducible: Always
User Profile Reset: No
Additional Info:
See also Bug 45589.
--
You are receiving this mail because:
You are the assignee for the bug.