Skip to content

Separators should support :focus-visible#713

Merged
bvaughn merged 3 commits into
mainfrom
support-focus-visible-style
May 2, 2026
Merged

Separators should support :focus-visible#713
bvaughn merged 3 commits into
mainfrom
support-focus-visible-style

Conversation

@bvaughn
Copy link
Copy Markdown
Owner

@bvaughn bvaughn commented May 2, 2026

  • Separator should support :focus-visible pseudo-class
  • Improve legacy browser support for global styles

Resolves #712 and #711

@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-resizable-panels Ready Ready Preview May 2, 2026 7:50pm

When collapsing the a panel within a group where all other (previous)
panels are already collapsed, there's currently a bug where the delta
calculation cascades to cause the first panel to expand. This is
undesired since the first panel should remain collapsed given we are not
touching it.

This fix handles the edge case by computing the remaining space
percentage for the last panel to take up, thus leaving previous panels
undisturbed.

By "previous" panels here I mean panels above (vertical mode) or to the
left (horizontal) mode.

---------

Co-authored-by: Hugo Burton <hugo.burton@westpac.com.au>
@bvaughn bvaughn merged commit 85714d9 into main May 2, 2026
7 checks passed
@bvaughn bvaughn deleted the support-focus-visible-style branch May 2, 2026 19:55
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.

How to differentiate mouse focus from keyboard focus on PanelResizeHandle

2 participants