-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update form-layout when its parent becomes visible #7988
Conversation
For some reason the test related to initially set |
Quality Gate passedIssues Measures |
Hi @web-padawan and @web-padawan, when i performed cherry-pick to this commit to 24.4, i have encountered the following issue. Can you take a look and pick it manually? |
Co-authored-by: Serhii Kulykov <[email protected]>
Description
Fixes vaadin/flow-components#6728
This is a fix for regression from #7792: as we no longer update layout when it's hidden, let's add
IntersectionObserver
to check the case when it becomes visible (e.g. byhidden
attribute removed from the parent element).Type of change
Note
Can be tested with the following example: