-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
VS Code web: quickpick disappear when a walkthrough is opened and focused #204522
Comments
@vitaliy-guliy I am unable to repro this issue. Have you also considered setting
|
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
@bhavyaus I also cannot reproduce this bug on gitpod anymore. I would not like to add Anyway, I will test it again on the Gitpod when it gets VS Code 1.88.x or later. |
@bhavyaus The bug is reproducible on Github Codespaces with VS Code 1.85.2 Btw, I cannot reopen the issue. Was this restriction added intentionally? |
@bhavyaus could you please take a look? it looks like the issue is still actual and should be reopened |
Investigating.. |
@vitaliy-guliy I am unable to repro this issue on Github Codespaces with VS Code 1.85.2. Could you please include a recording/gif of the repro. |
We closed this issue because we are unable to reproduce the problem with the steps you describe. Chances are we've already fixed your problem in a recent version of VS Code. If not, please ask us to reopen the issue and provide us with more detail. Our issue reporting guidelines might help you with that. Happy Coding! |
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
simplescreenrecorder-2024-03-11_14.24.38.mp4 |
@bhavyaus have you had a chance to try to reproduce the bug? |
I tried to reproduce it today, but seems it works |
Ill verify on my end if the VS Code version bump fixed it. There have been a few changes in this area in the last few iterations. - verified. |
@bhavyaus I no longer have any issues with VS Code built from sources. Thanks. |
I started to face the issue on gitpod again. simplescreenrecorder-2024-04-18_13.18.56.mp4Tested with Chrome Version 123.0.6312.58 on Linux Mint 20.2 @bhavyaus could you take a look? |
I noticed that a few months ago some changes related to the focus in
quickpick
and ininputbox
were pushed.Today I faced a bug that seems appeared after that improvements.
The bug is relevant for the web version. I've checked the case on VS Code desktop 1.86.0 and did not get any issues.
Does this issue occur when all extensions are disabled?: Yes/No
An extension helps me to show the bug, no reason to disable it.
Steps to Reproduce:
The bug is reproducible on gitpod. I've prepared a simple extension to demonstrate
npm install
and then compile the extension withnpm run compile
Show
button, enter some value and try to select any item from appeared quickpick.In 99 percents the quickpick is appeared and then immediately closed.
A notification will show entered values.
The text was updated successfully, but these errors were encountered: