bramus / bramus/containing-block-devtools-extension
The extension doesn’t work with elements in iframes
- Dominant language
- No language data
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This is caused by a bug on Chromium’s end which I can’t work around: https://crbug.com/40281393
The bug being that when selecting an element inside an iframe, the reported value for `$0` returns `undefined` when calling [`chrome.devtools.inspectedWindow.eval`](https://developer.chrome.com/docs/extensions/reference/devtools_inspectedWindow/#method-eval).
Because this bug needs to be fixed on Chrome’s end, I am marking this issue as https://github.com/bramus/containing-block-devtools-extension/labels/external and https://github.com/bramus/containing-block-devtools-extension/labels/wontfix (more like _“cantfix”_, right?). To make sure this issue can be found, I’m keeping this one open and am also adding it to the https://github.com/bramus/containing-block-devtools-extension/labels/FAQ.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.