Skip to content

Fix broken checkall in quick pick#281415

Merged
TylerLeonhardt merged 1 commit intomainfrom
tyler/developed-louse
Dec 5, 2025
Merged

Fix broken checkall in quick pick#281415
TylerLeonhardt merged 1 commit intomainfrom
tyler/developed-louse

Conversation

@TylerLeonhardt
Copy link
Copy Markdown
Member

This line shouldn't have been there because the visible count container is something that is rendered off screen.
Fixes #281176

This line shouldn't have been there because the visible count container is something that is rendered off screen.
Fixes #281176
Copilot AI review requested due to automatic review settings December 5, 2025 01:39
@TylerLeonhardt TylerLeonhardt enabled auto-merge (squash) December 5, 2025 01:39
@TylerLeonhardt TylerLeonhardt self-assigned this Dec 5, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where the quick pick's "checkall" functionality was broken due to incorrect styling applied to an off-screen accessibility element. The issue was that the visibleCountContainer (an element positioned off-screen for screen reader accessibility) was having its right style property incorrectly modified based on the number of toggles, when it should only be positioned off-screen at left: -10000px.

Key Changes

  • Removed incorrect positioning logic for the visibleCountContainer element that was interfering with the quick pick checkall functionality

@TylerLeonhardt TylerLeonhardt merged commit 685766b into main Dec 5, 2025
33 of 34 checks passed
@TylerLeonhardt TylerLeonhardt deleted the tyler/developed-louse branch December 5, 2025 02:09
@vs-code-engineering vs-code-engineering Bot locked and limited conversation to collaborators Jan 19, 2026
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.

Setting canSelectMany to true of window.createQuickPick will cause a UI issue

3 participants