Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bramus opened this issue Sep 9, 2023 · 2 comments
Labels
bug Something isn't working external Issue caused by an external dependency FAQ This question/bug is part of the FAQ wontfix This will not be worked on

Comments

@bramus
Copy link
Owner

bramus commented Sep 9, 2023

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!

image
@bramus bramus added the bug Something isn't working label Sep 9, 2023
@bramus
Copy link
Owner Author

bramus commented Sep 9, 2023

This is the same issue as this issue …

… 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.

A bug was filed on Chromium’s end in order to get this fixed: https://crbug.com/1480418

Because this bug needs to be fixed on Chrome’s end, I am marking this as wontfix This will not be worked on and adding it to the FAQ This question/bug is part of the FAQ .

@bramus bramus closed this as completed Sep 9, 2023
@bramus bramus added wontfix This will not be worked on FAQ This question/bug is part of the FAQ labels Sep 9, 2023
@bramus bramus reopened this Sep 13, 2023
@bramus
Copy link
Owner Author

bramus commented Sep 13, 2023

Reopening so that the issue can be found when searching (because search defaults to non-closed issues)

@bramus bramus added the external Issue caused by an external dependency label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external Issue caused by an external dependency FAQ This question/bug is part of the FAQ wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant