nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
Other
2.09k stars 628 forks source link

Terminal programs: "speak typed words" provides incorrect results in some cases when "report dynamic content changes" is disabled #10942

Open codeofdusk opened 4 years ago

codeofdusk commented 4 years ago

Steps to reproduce:

  1. Disable "report dynamic content changes" (NVDA+5) and enable "speak typed words" (NVDA+3).
  2. Open a Windows Console, UIA or legacy using the new typed character support.
  3. In a git repository, type git log.
  4. Press q to close the pager.
  5. Type "git" and press space.

Actual behaviour:

NVDA says "qgit".

Expected behaviour:

NVDA says "git".

System configuration

NVDA installed/portable/running from source:

Installed.

NVDA version:

Latest master.

Windows version:

Windows 10 1909.

Name and version of other software in use when reproducing the issue:

Windows Console.

Other information about your system:

N/A

Other questions

Does the issue still occur after restarting your computer?

N/A

Have you tried any other versions of NVDA? If so, please report their behaviors.

N/A

If addons are disabled, is your problem still occuring?

N/A

Did you try to run the COM registry fixing tool in NVDA menu / tools?

N/A

codeofdusk commented 4 years ago

This was not resolved in the Windows Terminal PR, could this please be reopened?

Adriani90 commented 2 months ago

@codeofdusk how is this now with NVDA 2024.3 Beta? Are you still having this issue?