Skip to content
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

fix: Correct broken UIA method implementation that was incompatible with Windows 11 ATs #193

Merged
merged 1 commit into from Dec 17, 2022

Conversation

mwcampbell
Copy link
Contributor

This prevented Narrator on Windows 11 from reading characters, selection changes, and possibly other things. It might have also affected other assistive technologies that use the same newer UI Automation API that was introduced in Windows 11 and is now being used by Narrator.

fixes #189

@geom3trik
Copy link

Tested on my Windows 11 machine (version 22000) and is working correctly.

@DataTriny
Copy link
Member

@mwcampbell CI is failing. Can you please fix clippy?

Copy link
Member

@DataTriny DataTriny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine. Maybe rebase just to be safe.

@mwcampbell mwcampbell merged commit 3c527c7 into main Dec 17, 2022
@mwcampbell mwcampbell deleted the win11-text-fix branch December 17, 2022 19:00
@github-actions github-actions bot mentioned this pull request Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TextField characters not read by screen reader on Windows 11
3 participants