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

UI Automation in Windows Console: Don't automatically enable UIA in consoles on Windows 10 version 1803 #10129

Merged
merged 1 commit into from
Sep 10, 2019

Conversation

codeofdusk
Copy link
Contributor

Link to issue number:

Closes #10120.
Related to #9614, #9771, #10119.

Summary of the issue:

In Windows Console on Windows 10 version 1803:

  • Review by character and word are sometimes unreliable.
  • The "review bottom line" script causes the review cursor to be placed outside the visible text.

At least for now, it may be worth considering limiting UIA by default to Windows 10 1809 and later, where it works very well. Advanced users on earlier Windows versions can always enable it if they wish.

Description of how this pull request fixes the issue:

This PR changes the functionality of the automatic Windows Console support option: UIA is enabled on Windows 10 1809 and later, legacy otherwise. The user guide and what's new have been updated accordingly.

Testing performed:

Tested that UIA console is still automatically enabled on Windows 10 version 1903.

Known issues with pull request:

None.

Change log entry:

None.

@codeofdusk
Copy link
Contributor Author

@michaelDCurran michaelDCurran merged commit 327482d into nvaccess:master Sep 10, 2019
@nvaccessAuto nvaccessAuto added this to the 2019.3 milestone Sep 10, 2019
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.

Windows 10 1803: Review by character not constrained to current line in Windows Console
4 participants