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

[Settings Editor] Remove debounce on key change in object type settings #101811

Merged
merged 2 commits into from Jul 6, 2020

Conversation

9at8
Copy link
Member

@9at8 9at8 commented Jul 6, 2020

Fixes: #101466

  • Removed debounce, so updates happen in a sync fashion and when the
    user presses tab, it's always moves focus to the correct element.
  • An additional check in the shouldUseSuggestion reduces the number of
    DOM updates.

Fixes: #101466

- Removed debounce, so updates happen in a sync fashion and when the
  user presses tab, it's always moves focus to the correct element.
- An additional check in the `shouldUseSuggestion` reduces the number of
  DOM updates.
@9at8 9at8 merged commit 62950ee into master Jul 6, 2020
@9at8 9at8 deleted the adi/fix-tab-focus branch July 6, 2020 23:38
gjsjohnmurray pushed a commit to gjsjohnmurray/vscode that referenced this pull request Jul 8, 2020
Fixes: microsoft#101466

- Removed debounce, so updates happen in a sync fashion and when the
  user presses tab, it's always moves focus to the correct element.
- An additional check in the `shouldUseSuggestion` reduces the number of
  DOM updates.
@github-actions github-actions bot locked and limited conversation to collaborators Aug 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pressing Tab quickly loses focus
2 participants