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

QuickPick.onDidChangeActive fires before QuickPick.onDidChangeValue on a value change #121225

Open
eamodio opened this issue Apr 13, 2021 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug quick-pick Quick-pick widget issues
Milestone

Comments

@eamodio
Copy link
Contributor

eamodio commented Apr 13, 2021

I would expect that QuickPick.onDidChangeValue would fire before any other events when the value of the input changes.

@TylerLeonhardt TylerLeonhardt added bug Issue identified by VS Code Team member as probable bug quick-pick Quick-pick widget issues labels Apr 13, 2021
@TylerLeonhardt TylerLeonhardt added this to the Backlog milestone Apr 13, 2021
@TylerLeonhardt
Copy link
Member

This seems to happen because this.ui.list.onDidChangeFocus fires before this.ui.inputBox.onDidChange... how could I control the order of events? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug quick-pick Quick-pick widget issues
Projects
None yet
Development

No branches or pull requests

2 participants