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

Quick pick closes when opening context menu in input field #58164

Closed
usernamehw opened this issue Sep 7, 2018 · 3 comments
Closed

Quick pick closes when opening context menu in input field #58164

usernamehw opened this issue Sep 7, 2018 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug menus Menu items and widget issues quick-pick Quick-pick widget issues verified Verification succeeded
Milestone

Comments

@usernamehw
Copy link
Contributor

Issue Type: Bug

  1. "window.titleBarStyle": "custom"
  2. Using open recent open context menu on input
  3. The context menu is below the list

VS Code version: Code - Insiders 1.28.0-insider (a3f9f2e, 2018-09-07T05:20:29.346Z)
OS version: Windows_NT x64 10.0.17134

@sbatten
Copy link
Member

sbatten commented Sep 7, 2018

this is not just a display issue. the behavior I see is that the context menu takes focus, thus removing the quick pick altogether.
/cc @bpasero

@sbatten sbatten added bug Issue identified by VS Code Team member as probable bug workbench-menu labels Sep 7, 2018
@sbatten sbatten added this to the On Deck milestone Sep 7, 2018
@bpasero bpasero added the quick-pick Quick-pick widget issues label Sep 18, 2018
@bpasero bpasero changed the title Custom menu renders behind the quick pick Quick pick closes when opening context menu in input field Sep 18, 2018
@vscodebot vscodebot bot removed the insiders label Oct 23, 2018
@sbatten sbatten added menus Menu items and widget issues and removed workbench-menu labels Oct 7, 2019
@sbatten sbatten modified the milestones: On Deck, Backlog Oct 10, 2019
@sbatten sbatten modified the milestones: Backlog, October 2020 Oct 16, 2020
@sbatten
Copy link
Member

sbatten commented Oct 16, 2020

fixed by shadow dom menus it seems

@sbatten sbatten closed this as completed Oct 16, 2020
@bpasero
Copy link
Member

bpasero commented Oct 29, 2020

Works, but needs "workbench.quickOpen.closeOnFocusLost": false

image

@bpasero bpasero added the verified Verification succeeded label Oct 29, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug menus Menu items and widget issues quick-pick Quick-pick widget issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants