-
### System info
- Playwright Version: [v1.XX] 1.49
- Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.] ubuntu 24.04
- Browser: [All, Chromium, Firefox, WebKit] chrome
- …
-
Some websites use [shady dom](https://www.polymer-project.org/blog/shadydom) or shadow doms to hide or declutter the dom, this means that the usual traversal doesn't work. Is there a workaround for th…
-
**Is your feature request related to a problem? Please describe.**
We are developing something that uses a shadow dom, but it seems like this project doesn't work fully inside of a shadow dom.
I…
-
Add ".gantt_noselect" too $root instead of document.body to make grid column resize work in Shadow DOM.
The codebase has different ways of toggling `.gantt_noselect` class. Please streamline them a…
-
Seems a bit odd that it hasn't been implemented considering Shadow DOMs have been around for a while now.
Whenever I've tried using SortableJS in a Shadow DOM enviornment, there's a bunch of issues…
-
## Expected Behavior
I can grab a CSS or HTML file containing inline styles or style tags from anywhere, in any manner, and inject it on the page.
## Actual Behavior
Script breaks.
## Script
…
-
### Current behavior
1. Setting `includeShadowDom` to `true` allows accessing Shadow DOM but when debugging previous commands DOM snapshots, Shadow DOM is missing.
2. Visual regression tools lik…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
I have a host component that contains a header component using ViewEncapsulation.None …
-
Is there a way to use the [logRoles function](https://testing-library.com/docs/dom-testing-library/api-debugging/#logroles) of dom-testing-library for shadow DOM elements? That would be really helpful…
-
### Describe the bug
The Select component does not open the options list when it mounted in shadow DOM.
- `bits-ui@next`
- I don't know if it works in the `latest` version
- Also did not test ot…