Skip to content

Conversation

sissbruecker
Copy link
Contributor

Description

Fixes a regression from vaadin/react-components#341.

Applying a custom display style on a tab sheet panel content will override the user agent styles for the hidden attribute, causing tab sheet panels to be visible, even if they're not selected.

This enforces them to be hidden by adding custom styles for the hidden attribute.

Type of change

  • Bugfix

Copy link

@web-padawan web-padawan merged commit 9ac5abe into main Aug 15, 2025
9 checks passed
@web-padawan web-padawan deleted the fix/tabsheet-enforce-hidden branch August 15, 2025 08:42
@vaadin-bot
Copy link
Collaborator

Hi @sissbruecker and @web-padawan, when i performed cherry-pick to this commit to 24.8, i have encountered the following issue. Can you take a look and pick it manually?
Error Message:
Error: Command failed: git cherry-pick 9ac5abe
error: could not apply 9ac5abe... fix: enforce tabsheet panels to be hidden (#10002)
hint: After resolving the conflicts, mark them with
hint: "git add/rm ", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants