Add SysListView32 to badUIAWindowClassNames#15542
Merged
Merged
Conversation
michaelDCurran
approved these changes
Sep 28, 2023
hwf1324
added a commit
to hwf1324/nvda
that referenced
this pull request
Oct 2, 2023
This reverts commit 63c2b84.
LeonarddeR
added a commit
to LeonarddeR/nvda
that referenced
this pull request
Nov 17, 2023
This reverts commit 63c2b84.
LeonarddeR
added a commit
to LeonarddeR/nvda
that referenced
this pull request
Nov 17, 2023
This reverts commit 63c2b84.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixes #15541
Reverts #15295
Reopens #15283
See also #15503, #15333
Summary of the issue:
There are several known cases where UIA is not correctly supported for SysListView32.
Reliability History is the most recently raised, with task manager and management console being raised earlier.
As this is close to a beta, it is safer to just declare SysListView32 as bad for UIA for all applications.
Description of user facing changes
Reopens issues with SysListView32 and windows forms applications
Fixes issue with reading Reliability History, and potentially also resource monitor.
Description of development approach
declare SysListView32 as bad for UIA for all applications.
Testing strategy:
Confirm with beta/alpha testing
Known issues with pull request:
None
Code Review Checklist: