Skip to content

fix: close tab overflow popover on window resize#1061

Merged
mathuo merged 1 commit intomasterfrom
fix/issue-1029-tab-overflow-popover-resize
Dec 29, 2025
Merged

fix: close tab overflow popover on window resize#1061
mathuo merged 1 commit intomasterfrom
fix/issue-1029-tab-overflow-popover-resize

Conversation

@mathuo
Copy link
Copy Markdown
Owner

@mathuo mathuo commented Dec 29, 2025

When the window is resized while the tab overflow popover is open, the popover would shift to the wrong position and no longer align correctly. This change automatically closes the popover on window resize, which is the standard UX pattern used by most UI libraries.

Fixes #1029

🤖 Generated with Claude Code

When the window is resized while the tab overflow popover is open,
the popover would shift to the wrong position and no longer align
correctly. This change automatically closes the popover on window
resize, which is the standard UX pattern used by most UI libraries.

Fixes #1029

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@codesandbox-ci
Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ba1ecff:

Sandbox Source
dockview-app Configuration
editor-gridview Configuration
externaldnd-dockview Configuration
fullwidthtab-dockview Configuration
iframe-dockview Configuration
keyboard-dockview Configuration
nativeapp-dockview Configuration
rendering-dockview Configuration

@mathuo mathuo merged commit 597076f into master Dec 29, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose data to let consumers render their own tab overflow popover

1 participant