Description: When working with screenreaders, quotes, no matters if in Charakters or in paragraphs are not annouced. Steps to Reproduce: 1.Open Writer 2. Create a quote, no matter character or paraph formated. 3.read the text with, for example, with Screenreader NVDA. Actual Results: When reading to text which contains a quote, no quote is announced. Expected Results: Announcment of the quote. Reproducible: Always User Profile Reset: Yes OpenGL enabled: Yes Additional Info: Detected with screenreader NVDA 2020.2
I reproduced this bug with LibreOffice 7.0 and NVDA 2020.2 using Windows 10.
The bug could be reproduced. Windows 10, Libre Office 7.0.0.3 (x64), NVDA 2020.2 and 2019.2.1
Addition to my exact operating system information: Windows Edition Windows 10 Home Version 1909 Operating system build 18363.1016 LibreOffice Version: 7.0.0.3 (x64) Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e CPU-Threads: 4; BS: Windows 10.0 Build 18363; UI-Render: Skia/Vulkan; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded
Since LibreOffice version 7.1.3.2 it is possible to distinguish between paragraph style and character style. However, if I mark a quotation in paragraph format, NVDA does not read it out at all; while in character format the text is read out, but the old bug still exists that no information about the occurrence of a quotation is output. Windows Edition Windows 10 Home Version 20H2 Installed on 05.02.2021 Operating system build 19042.985 LibreOffice Version: 7.1.3.2 (x64) / LibreOffice Community Build ID: 47f78053abe362b9384784d31a6e56f8511eb1c1 CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded
Corresponding issue in NVDA issue tracker: https://github.com/nvaccess/nvda/issues/11686
Dear Karl-Heinz Arkenau, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still reproducible with the current development version, git master as of commit 9299afbbd6bd264ba90e5e0ac21a700e88f56c0f. I've started working on this.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/809409ca845ff1269d3d8f516678048404d8fea8 tdf#135586 a11y: Make IAccessible2 an external and update it It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/33061be5a7538409839dcca3116b9fa72629013f tdf#135586 wina11y: Make role mapping more explicit It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f44eae4912e8f2ba34d93a71a609473df976a2cb tdf#135586 a11y: Add a new BLOCK_QUOTE a11y role It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b7d2a9c824aca1a4dfd1b857a3620e73ade6bc0d tdf#135586 sw a11y: Use BLOCK_QUOTE role for "Block Quotation" para It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
With the commits mentioned in the previous commit messages, LibreOffice now reports the IA2_ROLE_BLOCK_QUOTE role for paragraphs using the "Block Quotation" paragraph style and NVDA announces the block quote as expected.