Skip to content

fix(dockview-core): use visibility:hidden instead of display:none for…#1130

Open
mathuo wants to merge 1 commit intomasterfrom
fix/always-renderer-visibility-hidden
Open

fix(dockview-core): use visibility:hidden instead of display:none for…#1130
mathuo wants to merge 1 commit intomasterfrom
fix/always-renderer-visibility-hidden

Conversation

@mathuo
Copy link
Owner

@mathuo mathuo commented Mar 4, 2026

… always renderer

Prevents resize-to-0x0 events when panels with renderer='always' are hidden, which disrupted virtualized components (e.g. data grids) that manage their own scrollbars. Adds pointer-events:none to preserve drag-and-drop behaviour on hidden overlays. Closes #1063.

… always renderer

Prevents resize-to-0x0 events when panels with renderer='always' are hidden,
which disrupted virtualized components (e.g. data grids) that manage their
own scrollbars. Adds pointer-events:none to preserve drag-and-drop behaviour
on hidden overlays. Closes #1063.

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

codesandbox-ci bot commented Mar 4, 2026

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 7160f74:

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

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.

Avoid setting display: none (zero-height) when renderer mode is 'always'

1 participant