Skip to content

fix: re-layout list when toggling browse mode in MCP/plugin widgets#304286

Merged
joshspicer merged 1 commit intorelease/1.113from
josh/304139-mcp-browse-layout-1.113
Mar 23, 2026
Merged

fix: re-layout list when toggling browse mode in MCP/plugin widgets#304286
joshspicer merged 1 commit intorelease/1.113from
josh/304139-mcp-browse-layout-1.113

Conversation

@joshspicer
Copy link
Copy Markdown
Member

When toggling browse mode, the back link appears/disappears but layout() was never re-called, causing the list height to not account for the changed chrome. This clipped the last entry.

Cache the last layout dimensions and re-call layout() after toggling browse mode.

Fixes #304139

When toggling browse mode, the back link appears/disappears but
layout() was never re-called, causing the list height to not
account for the changed chrome. This clipped the last entry.

Cache the last layout dimensions and re-call layout() after
toggling browse mode.

Fixes #304139
@joshspicer joshspicer added the candidate Issue identified as probable candidate for fixing in the next release label Mar 23, 2026
@vs-code-engineering vs-code-engineering bot added this to the 1.112.1 milestone Mar 23, 2026
@joshspicer joshspicer modified the milestones: 1.112.1, 1.113.0 Mar 23, 2026
@joshspicer joshspicer merged commit 4fb0789 into release/1.113 Mar 23, 2026
19 checks passed
@joshspicer joshspicer deleted the josh/304139-mcp-browse-layout-1.113 branch March 23, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

candidate Issue identified as probable candidate for fixing in the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants