UIA notifications are incorrect for git output #18485
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version
Windows Terminal Canary Version: 1.23.10282.0
Windows build number
10.0.22631.4751
Other Software
Git 2.44.0
Steps to reproduce
git
without arguments.git
without arguments.Expected Behavior
Git usage should be spoken without obvious interruptions in the middle of the words in every git version.
At least the word "usage" should be distinctly audible from the Narrator.
Actual Behavior
When using git 2.43 (step 7), behavior is normal and expected, there is no problems.
When using git 2.44 (step 9) The Narrator speaks "u", and then "sage" with a small noticeable pause.
More detailed debugging with the NVDA screenreader showed that after the first character in each line of the git output, an additional line feed (\n) is added, which is not visible on the screen, but is in UIA Notification.
This problem is reproducible on the latest stable version of git for windows 2.47, as well as in latest Windows Terminal Preview.
@carlos-zamora
The text was updated successfully, but these errors were encountered: