-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Do not close the editor or repository selection menu in the new start with options modal when typing a whitespace character (space) #15690
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
Comments
@gtsiolis I would like to work on this issue! |
Tricky. Being able to open and close a dropdown using space is a convenient and common interaction I think. Maybe we can detect somehow that it doesn't do this when the focus is in a textinput? |
Right, can we do something like:
@svenefftinge WDYT? |
Yes, that sounds good to me. @gtsiolis wdyt? |
@svenefftinge This sounds like a good next iteration. Some more thoughts on the topic. Cc @vedant-jain03
True but only when the component is behaving like a regular ☝️ In the case of a regular In the workspace class selection closing the dropdown would make more sense when pressing space, just like when pressing escape. ✔️ ☝️ However, that's only if by default there was a pre-selected option as seen in the closed dropdown. This could probably this change regardless of the interaction. Opened #15912 to keep track of this. |
Agreed with your point @gtsiolis, I have open a PR for this iteration #15889. |
Bug description
Following up from #15567 (Cc @svenefftinge @easyCZ), searching for editor name with a whitespace character in the name, like "VS Code" or "IntelliJ IDEA", does not work and closes the selection menu without selecting any option.
Steps to reproduce
☝️ The same issue affects selecting a repository.
Untitled.mov
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: