-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
NVDA2022.1 fails to report list items in some ListViews #13735
Comments
Your file is blocked by google drive. Can you upload a log of the behaviour with alpha? |
Hi, @seanbudd |
Hi @cary-rowen - that is intended behaviour. |
Hi, @seanbudd |
…t required (#13761) Fixes #13659, #13735 Summary of the issue: Certain applications don't provide a column order array. For the case of single column list views, a column order array is unnecessary, as a default mapping can be assumed. Description of how this pull request fixes the issue: For single column list views, map the first column in the UX, to the first column index: i.e. [0] is the column order array. When fetching from a multi column list view, log an error if the column order array is unknown.
Steps to reproduce:
Actual behavior:
Expected behavior:
NVDA can report list items.
System configuration
NVDA installed/portable/running from source:
installed
NVDA version:
2022.1
Windows version:
Windows 10 21H2 (x64) build 19044.1706
Name and version of other software in use when reproducing the issue:
download from NVDACN
download from googleDrive
Other information about your system:
None
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.
2021.3.5 works as expected.
If NVDA add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Yes
The text was updated successfully, but these errors were encountered: