-
Notifications
You must be signed in to change notification settings - Fork 14
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
Any interaction closes popover on Firefox #2925
Comments
I had a look, but I cannot figure a fix or even a workaround. The issue is inside the The function looks for an ancestor, but there is no ancestor when we click on the The popover is actually hidden inside the shadow DOM and even if we place the popover interactivity on the host of the So in my opinion, I think we should: Remove the nested web component container and put the popover interactivity on A second review and opinion would be nice! |
Not happening on Mac/Firefox 125.0.1, happens on Windows/Firefox 115 and Windows/Firefox 124 (Developer Edition). |
Firefox ESR does not support the popover attribute and therefore uses the polyfill. Because the popover was nested in a shadow root, the polyfill did not work correctly (see #2925 (comment)). Not using shadow-dom for the post-popovercontainer fixes the issue.
Firefox ESR does not support the popover attribute and therefore uses the polyfill. Because the popover was nested in a shadow root, the polyfill did not work correctly (see #2925 (comment)). Not using shadow-dom for the post-popovercontainer fixes the issue.
When clicking or selecting text inside a popover, it closes immediately. Only on Firefox.
https://design-system.post.ch/?path=/docs/9a636763-de2d-4f72-bc81-98daf10871f7--docs
The text was updated successfully, but these errors were encountered: