You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension doesn’t work with elements in iframes. It shows saying that there are no Scroll-Driven Animations attached to the element even though there are.
#20
E.g. https://codepen.io/bramus/pen/vYvXWyv: inspect the parent page first, and then select div.up in the iframe. The extension incorrectly shows that there are no animations attached while there certainly are!
The text was updated successfully, but these errors were encountered:
… but comes with a twist. Sometimes, the Chrome extension host sometimes lies about the value of $0 is upon selecting a node that is inside an iframe. Instead of returning undefined because it cannot access the not, it returns the last selected node that was not in the iframe before you selected an element inside the iframe.
Because this bug needs to be fixed on Chrome’s end, I am marking this as
wontfixThis will not be worked on
and adding it to the
FAQThis question/bug is part of the FAQ
.
E.g. https://codepen.io/bramus/pen/vYvXWyv: inspect the parent page first, and then select
div.up
in theiframe
. The extension incorrectly shows that there are no animations attached while there certainly are!The text was updated successfully, but these errors were encountered: