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

QuickInput is not picking the first element as a fallback on Enter #11979

Closed
federicobozzini opened this issue Dec 12, 2022 · 0 comments · Fixed by #12208
Closed

QuickInput is not picking the first element as a fallback on Enter #11979

federicobozzini opened this issue Dec 12, 2022 · 0 comments · Fixed by #12208
Labels
quick-open issues related to the quick-open

Comments

@federicobozzini
Copy link
Contributor

federicobozzini commented Dec 12, 2022

Bug Description:

When opening the QuickInput and pressing enter, vs-code by default selects the first element. This doesn't happen in Theia.

vs-code
quickinput-vscode

Theia
quickinput-theia

Steps to Reproduce:

As an example to reproduce

  1. Open a git-versioned project with Theia
  2. Click on the branch name in the status bar (the QuickInput to choose the branch to checkout is presented, first element of the list is "create new branch...")
  3. Press Enter. Nothing happens. In vs-code the first element is picked by default.

Additional Information

Possibly connected to #5674

  • Operating System: Ubuntu 20.04
  • Theia Version: 1.32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quick-open issues related to the quick-open
Projects
None yet
2 participants