Skip to content

Disable caret events in the UIA console#9985

Closed
codeofdusk wants to merge 1 commit intonvaccess:masterfrom
codeofdusk:cmduia9-py3-caret
Closed

Disable caret events in the UIA console#9985
codeofdusk wants to merge 1 commit intonvaccess:masterfrom
codeofdusk:cmduia9-py3-caret

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