Add support for embedded WPFTermControl in LTS Visual Studio#14194
Merged
Conversation
seanbudd
reviewed
Sep 29, 2022
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
seanbudd
reviewed
Sep 29, 2022
Member
|
Once this PR is ready/approved, can you:
|
Member
|
It appears that |
Contributor
Author
|
I think just a result of the branch change on GitHub. Should I rebase on master too? |
seanbudd
reviewed
Sep 29, 2022
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Member
I don't think it is, it was changed in this commit: 1d3b781
No, we want this PR to retarget the branch for 2022.4 still |
seanbudd
reviewed
Sep 29, 2022
seanbudd
reviewed
Sep 29, 2022
|
|
||
| # Support Windows Console's UIA interface | ||
| # Support Windows Console and Terminal | ||
| _all_wt_UIAClassNames = frozenset(( |
Member
There was a problem hiding this comment.
I think typical syntax for this is the following, but I don't think it matters
Suggested change
| _all_wt_UIAClassNames = frozenset(( | |
| _all_wt_UIAClassNames = frozenset({ |
seanbudd
approved these changes
Sep 29, 2022
LeonarddeR
approved these changes
Sep 29, 2022
This comment was marked as off-topic.
This comment was marked as off-topic.
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:
None.
Summary of the issue:
Visual Studio uses a WPF implementation of the Windows Terminal control that will use a different UIA class name. As such, NVDA currently does not add the needed overlay class to this control, so autoread and password suppression do not work as expected.
Description of how this pull request fixes the issue:
Added the new UIA class name to the necessary lists.
Testing strategy:
N/A
Known issues with pull request:
Given that this is a small, targetted bug fix, please merge to 2022.4.
Change log entries:
=== Bug Fixes ===
Code Review Checklist: