Text input fields in Settings have autocorrect enabled (oops) #11133
Labels
Area-Settings UI
Anything specific to the SUI
Help Wanted
We encourage anyone to jump in on these.
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
Priority-2
A description (P2)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Windows Terminal version (or Windows build number)
Windows 10 ECB 9.0 SAC 20H2 / Windows Feature Experience Pack 120.2212.551.0
Other Software
OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5
Steps to reproduce
Create a New Profile / Edit an existing profile.
Under General, type into command line:
C:\Windows\System32\OpenSSH\ssh.exe -A -i C:\Users\username\.ssh\id_rsa user@hostname
What you get is:
C:\Windows\System32\OpenSSH\ssh.exe -A
-IC:\Users\username\.ssh\id_rsa username@hostname
Note the capital I. This does not occur when you cut and paste, but will if you remove the "I" and type "i".
If you use the new profile, you get the unexpected error "no support for PKCS#11." from
ssh.exe
.Expected Behavior
What you type is what you get.
Actual Behavior
Autocorrect changes -i to -I, leading to an error message.
The text was updated successfully, but these errors were encountered: