-
Notifications
You must be signed in to change notification settings - Fork 87
fix: move tooltip slot to field container #10410
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
Conversation
This should prevent a bug in Firefox where selecting slotted elements in components with shadow root would cause the tab to become frozen.
|
@DiegoCardoso, could you test if this still works if you set |
|
It looks like it still works after changing the container to |
|
|
Hi @DiegoCardoso and @web-padawan, when i performed cherry-pick to this commit to 24.9, i have encountered the following issue. Can you take a look and pick it manually? |
|
Hi @DiegoCardoso 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? |



Description
This should prevent a bug in Firefox where selecting slotted elements in components with a shadow root would cause the tab to become frozen.
The same fix should be done to other elements with the tooltip slot placed as a direct child of the shadow root.
Fixes #10396
Type of change