Skip to content

Fix peer resize handles appearing during resize - #3393

Open
dvd233 wants to merge 1 commit into
gridstack:masterfrom
dvd233:fix/hide-peer-resize-handles-3226
Open

dvd233 wants to merge 1 commit into
gridstack:masterfrom
dvd233:fix/hide-peer-resize-handles-3226

Conversation

@dvd233

@dvd233 dvd233 commented Sep 14, 2026

Copy link
Copy Markdown

Description

Fixes #3226.

Track the active resize separately from the resizable currently under the pointer. While a resize is active, peer hover state is recorded without revealing its handles. Normal hover visibility is restored when the resize ends.

The active resize state is internal, so this does not expand the public TypeScript declarations.

Verification

  • yarn test — 383 core tests and 6 React tests passed
  • yarn build — core, Angular, React, Vue, and generated docs built successfully
  • Chromium browser check — peer handle stayed display: none during resize and returned to display: block on mouseup

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

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.

Subtle GUI bug

1 participant