Skip to content

fix layout#296397

Merged
sandy081 merged 2 commits intomainfrom
sandy081/energetic-giraffe
Feb 19, 2026
Merged

fix layout#296397
sandy081 merged 2 commits intomainfrom
sandy081/energetic-giraffe

Conversation

@sandy081
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings February 19, 2026 22:31
@sandy081 sandy081 enabled auto-merge (squash) February 19, 2026 22:31
@sandy081 sandy081 self-assigned this Feb 19, 2026
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 19, 2026
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

Adjusts Action Widget (code action menu) keyboard behavior to better support filtering and keep the context view correctly laid out while the visible list changes.

Changes:

  • Adds an Escape keybinding scoped to the filter input to clear the filter (and hide if already empty).
  • Refactors ActionList filtering/layout to always relayout/reposition the context view after the list content changes.
  • Moves filter-input keyboard navigation responsibilities from an input keydown listener into focusNext/focusPrevious behaviors.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/vs/platform/actionWidget/browser/actionWidget.ts Adds a clearFilter service method and a filter-focused Escape action to clear/hide appropriately.
src/vs/platform/actionWidget/browser/actionList.ts Removes filter input keydown navigation handling, adds clearFilter(), updates focus wrap behavior, and ensures context view layout updates after filtering.

@sandy081 sandy081 merged commit 25bf440 into main Feb 19, 2026
18 checks passed
@sandy081 sandy081 deleted the sandy081/energetic-giraffe branch February 19, 2026 23:30
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Apr 5, 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.

3 participants