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

Disable caret events in the UIA console #9985

Closed
wants to merge 1 commit into from

Conversation

codeofdusk
Copy link
Contributor

Link to issue number:

None.

Summary of the issue:

Steps to reproduce:

  1. Oepn a UIA console (cmd.exe).
  2. Type echo
  3. Quickly backspace the text.

Expected behavior: NVDA reads the characters being deleted, then nothing once none are left.
Observed behavior: NVDA sometimes reads the last character of the prompt when deleting fast enough.

Description of how this pull request fixes the issue:

This PR disables the caret movement event detection from #9933 for UIA consoles (as with IA2 web).

Testing performed:

Tested above steps and verified that the issue is no longer reproducible.

Known issues with pull request:

Caret events may be useful in consoles, so we may want to look for a better workaround at some stage. This PR at least restores behavior from before py3.

Change log entry:

None.

@codeofdusk
Copy link
Contributor Author

Cc @feerrenrut @LeonarddeR

@codeofdusk codeofdusk closed this Jul 28, 2019
@codeofdusk
Copy link
Contributor Author

I accidentally closed this. Re-opening.

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.

1 participant