stacking-contexts-inspector
stacking-contexts-inspector copied to clipboard
Cannot inspect stacking contexts inside iframes
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.
Partially fixed with version 1.1.2. Now iframes without the "src" attribute can be inspected.
1.1.2? the version number in package.json is 1.0.0
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 :)