stacking-contexts-inspector icon indicating copy to clipboard operation
stacking-contexts-inspector copied to clipboard

Cannot inspect stacking contexts inside iframes

Open andreadev-it opened this issue 4 years ago • 3 comments

It is currently not possible to get the stacking contexts that are inside iframes. It will be easy to fix for the iframes that have a "srcdoc", or that are just put as wrappers to other dom elements. It will be way more difficult to make it work for iframes that have a "src" attribute pointing to a location. It might be necessary to make changes to the bg-script library too.

andreadev-it avatar Mar 16 '21 18:03 andreadev-it

Partially fixed with version 1.1.2. Now iframes without the "src" attribute can be inspected.

andreadev-it avatar Mar 22 '21 13:03 andreadev-it

1.1.2? the version number in package.json is 1.0.0

anthony-yyy avatar Jun 21 '21 07:06 anthony-yyy

Thank you for noticing, I should really create a script to update those versions automatically both in package.json and manifest.json... Currently the plugin is at 1.1.7, I'm changing the version in package.json right now :)

andreadev-it avatar Jun 21 '21 08:06 andreadev-it