-
Notifications
You must be signed in to change notification settings - Fork 853
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
Unable to immediately start typing after starting new window from context menu #2597
Comments
Additionally, when opening the console window as reproduced above, the window appears to not be the focused window (as it does not contain the accent color around the edge of the window). |
FYI, this also reproduces with 10.0.17035.1000. |
Update: This still reproduces with 10.0.17123.1. |
Update: This still reproduces with 10.0.17134.1. |
@zadjii-msft probably hasn't been made aware of this issue since this wasn't correctly filed in Console |
Still repros in 10.0.17134.48. |
(For the record, I'm not triaging the WSL github page anymore - any console issues should be filed over at https://github.com/Microsoft/Console) I'm not seeing this repro on 17670 (internally) but that doesn't necessarily mean it's fixed. It's definitely not behavior that we control - it sounds like the shell has decided not to focus our window in that case. I can keep an eye out for it. |
@zadjii-msft Thank you for the reply. Where should we post/report this then so that it gets the appropriate attention? Thanks! |
Both myself and @zadjii-msft provided the link... |
@DarthSpock Oh well I am sorry that I asked where to report a bug and that I do not know what "Console" is or how it is related to WSL... |
The "Console", or https://github.com/microsoft/console is "the official Windows Console issues & samples repo", for all your console related issues. We used to have both console and WSL issues in the WSL repo, but that ended up creating a lot of extra noise for both teams, so we've pulled them apart now. |
@zadjii-msft Cool! Thank you very much for the thorough and very interesting explanation! :-) |
Thanks for reporting this issue @patrikhuber. Appreciate your patience - we have several repo's & try to direct issues to the teams that most closely own/relate to the issue at hand. As @zadjii-msft states, Windows Console == the Terminal app on Linux or Mac. Console is responsible for sending keystrokes & input to the command-line app/tool/shell (e.g. Cmd, PowerShell, Linux/WSL) that it's connected to, and for rendering the text returned by the app/tool/shell. I can confirm that I can repro this issue and will work with @zadjii-msft to debug and diagnose. We'll reply in the microsoft/terminal#179 issue. Closing this issue - please follow the master thread here: microsoft/terminal#179 |
@zadjii-msft FYI I'm also at MSFT and I have a repro. Feel free to ping me on corpnet if you need to see a repro. |
Thanks for the info @mariusstrom - but please note - this issue in this repo is not being monitored by the Console team. Please head over to the microsoft/terminal#179 issue to track progress. |
Starting a new Ubuntu/openSUSE window from the context menu does not allow for immediate text entry. The legacy "bash on Ubuntu on Windows" does not exhibit this problem and allows for immediate text input. A workaround is to click the window using the mouse, touch the window, or switch windows using Alt-Tab and back.
Your Windows build number: 10.0.16299.19
What you're doing and what's happening:
Right-click on Ubuntu or openSUSE taskbar icon. Click on application name (e.g., Ubuntu). Console window appears. Then try to immediately type something, like "ls". The text entered does not appear in the console window.
What's wrong / what should be happening instead:
The text input should appear in the window rather than being lost.
Strace of the failing command, if applicable: N/A
The text was updated successfully, but these errors were encountered: