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

Emulated terminal (Git Bash, CMD, PowerShell, IDE) freeze when inserting a symbol (@,-,`,',",...) when Using Terminal #18469

Open
DevDorrejo opened this issue Jan 28, 2025 · 3 comments
Assignees
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Attention The core contributors need to come back around and look at this ASAP. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@DevDorrejo
Copy link

Windows Terminal version

1.21.3231.0

Windows build number

10.0.26100.0

Other Software

Git bash
Powershell 7.4.6
CMD

Steps to reproduce

  1. Open terminal.
  2. Open a tab to emulated an installed terminal (Git Bash, CMD, PowerShell, IDE).
  3. Try to use a symbol from keyboard (example using ssh to connect user@host).
  4. Terminal freeze.
  5. After 10 secs it will print the symbol and continue until a new symbol is pressed.

Expected Behavior

Not freeze when writing.

Actual Behavior

When I write something that use symbols the terminal emulated (Git Bash, CMD, PowerShell, IDE) is freeze, however I can go to settings without issue or interact with the window

@DevDorrejo DevDorrejo added 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 labels Jan 28, 2025
@DHowett
Copy link
Member

DHowett commented Jan 28, 2025

What keyboard layout are you using/? Is there a chance they are "dead keys" or composition keys?

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jan 28, 2025
@DevDorrejo
Copy link
Author

DevDorrejo commented Jan 28, 2025

What keyboard layout are you using/? Is there a chance they are "dead keys" or composition keys?

I'm using the United States - International layout, but I'm typing with regular keys. However, I'm experiencing some bugs in Windows 11 24H2, where symbols are registered two or three times when pressed.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention The core contributors need to come back around and look at this ASAP. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jan 28, 2025
@lhecker
Copy link
Member

lhecker commented Jan 29, 2025

Note to self (to be able to debug this): Modify the .wprp to include global input ETW tracing and allow us to correlate it with ConPTY I/O.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Attention The core contributors need to come back around and look at this ASAP. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

3 participants