-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
:defined
CSS pseudo class does not work on shadow DOM elements
#7988
Labels
Package: replay
Issues related to the Sentry Replay SDK
Comments
Hmm, should we move this issue to our rrweb fork, maybe? WDYT? |
@mydea I wanted to add it here for visibility since users would end up in this repo |
billyvg
added a commit
to getsentry/rrweb
that referenced
this issue
Apr 28, 2023
Define custom elements so that we the `:defined` pseudo-class works as it can be used as a "loading" indicator while the web component is being loaded. Fixes getsentry/sentry-javascript#7988
billyvg
added a commit
to getsentry/rrweb
that referenced
this issue
Apr 28, 2023
Define custom elements so that we the `:defined` pseudo-class works as it can be used as a "loading" indicator while the web component is being loaded. Fixes getsentry/sentry-javascript#7988
billyvg
added a commit
to getsentry/rrweb
that referenced
this issue
May 5, 2023
Define custom elements so that we the `:defined` pseudo-class works as it can be used as a "loading" indicator while the web component is being loaded. Fixes getsentry/sentry-javascript#7988
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CSS pseudo class
:defined
is not being applied to shadow DOM elements.As an example if you use web components and have the following CSS:
The web components will have
opacity: 0
because they are not in theCustomElementsRegistry
.The text was updated successfully, but these errors were encountered: