-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
Text style navigation fails: NVDA throws runtime error and also listindex out of range in MS Word documents with text splitted in multiple sections / columns #16527
Comments
Maybe you can reproduce with the attached test case from here. |
This happens with UIA enabled as well, see attached document for a test case. Following is written to the log, cc: @seanbudd:
|
It seems the style navigation includes tab characters, new line characters, space characters and separators in tables or text columns. This should not be the case as explained in another issue. The user expects to land on a visible valid text or numeric character, but not on separator lines or on blank lines or on tab characters. |
And very probably will have positive effects on performance. |
) Closes #16459 Closes #16408 Closes #16458 Closes #16405 Summary of the issue: We have discovered multiple problemds with non-UIA textInfo implementation in MS Word. Some examples are #16527, #16459, #16458. Also TextInfo implenetation in Outlook has proven to be too slow for style navigation. Therefore disabling both. Description of user facing changes "Not supported in this document" message is spoken. Description of development approach Raising an error when Outlook or non-UIA Word is detected.
) Closes #16459 Closes #16408 Closes #16458 Closes #16405 Summary of the issue: We have discovered multiple problemds with non-UIA textInfo implementation in MS Word. Some examples are #16527, #16459, #16458. Also TextInfo implenetation in Outlook has proven to be too slow for style navigation. Therefore disabling both. Description of user facing changes "Not supported in this document" message is spoken. Description of development approach Raising an error when Outlook or non-UIA Word is detected.
Fixed by #16595 |
Steps to reproduce:
Actual behavior:
Following error is written to the log when using same style navigation after NVDA tries to find same style text in different columns / sections, then next same style navigation fails:
The same happens for different style navigation, but with a different error:
When using UIA in MS Word, following error appears and style navigation fails when using previous same style or previous different style command.
Expected behavior:
Text style navigation should work also when using columns and sections to split text in MS Word.
NVDA logs, crash dumps and other attachments:
n/a
System configuration
NVDA installed/portable/running from source:
Installed
NVDA version:
alpha-31858,2d865027 (2024.3.0.31858)
Windows version:
Windows 11 23 H2
Name and version of other software in use when reproducing the issue:
MS Office Word 365 MSO (Version 2403 Build 16.0.17425.20176) 64 Bit
Other information about your system:
n/a
Other questions
Does the issue still occur after restarting your computer?
yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
n/a
If NVDA add-ons are disabled, is your problem still occurring?
No add-ons in use
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
yes
SETUP MIC.docx
The text was updated successfully, but these errors were encountered: