-
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: make auto-width and text-align usable in custom slot #6602
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
b5bda95
to
6562ebe
Compare
Hi @DiegoCardoso and @DiegoCardoso, when i performed cherry-pick to this commit to 24.2, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @DiegoCardoso and @DiegoCardoso, when i performed cherry-pick to this commit to 24.1, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @DiegoCardoso and @DiegoCardoso, when i performed cherry-pick to this commit to 23.3, i have encountered the following issue. Can you take a look and pick it manually? |
Description
Fix issues when
vaadin-grid
is used in a custom component and its column defined via<slot>
:assignedSlot
when transversing the parent tree to calculate intrinsic width whenauto-width
is usedthis._grid
when thetext-align
is set, because the parent custom component might not be defined by the time thevaadin-grid-column
is attached to the DOMFixes #6475
Type of change