-
-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not detect correct boundary when speaking sentence in word-like documents #9002
Comments
Adding attachments: |
Re-poening issue, sorry for closing it erronously. |
This is happening because there is a soft return after sentence |
@Adriani90 thanks for the link to the soft return, I did not understand how and why this character were inserted in some e-mails received by me. To continue the analysis:
@josephsl any thought on if it is useful to inform Microsoft of this issue, and if yes, how. A solution to fix this issue would be to skip any space character (including soft and hard returns) after Word object model has returned the start position of the next sentence. |
cc: @mltony |
Steps to reproduce:
Actual behavior:
The first sentence is not read since the caret is already at the beginning of the first sentence.
When you press 3 times Alt+DownArrow, the following sentences are read:
The caret however moves correctly at the beginning of each sentence, but on the second press, NVDA reads the sentence preceding the caret and the sentence just following the caret.
Expected behavior:
When you press 3 times Alt+DownArrow, the following sentences should be read:
Since the caret moves correctly at the beginning of each sentence, on the second press, NVDA should read only the sentence just following the caret.
Additional comment
The issue seems due to the 0x0B characters present between sentence 2 and 3. This is a situation that happens frequently in e-mails in Outlook. Maybe depending on the client used to write the e-mail?
System configuration:
NVDA Installed/portable/running from source:
Installed
NVDA version:
2018.3.2
Windows version:
Version 10.0.17134 Numéro 17134
Name and version of other software in use when reproducing the issue:
Microsoft Word 2016, Microsoft Outlook 2016 (mail content)
Other information about your system:
N/A
Other questions:
Does the issue still occur after restarting your PC?
Yes
nvda.log
Bug sentence nav.docx
Bug sentence nav.docx
Have you tried any other versions of NVDA?
No
The text was updated successfully, but these errors were encountered: