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

fix: fix iframe onload with static content optimization #4082

Merged
merged 2 commits into from Mar 19, 2024

Conversation

nolanlawson
Copy link
Contributor

Details

Fixes #4081

This is just a matter of inserting the static nodes after applying their event listeners, as originally discovered by @jmsjtu.

Does this pull request introduce a breaking change?

  • 😮‍💨 No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • 🤞 No, it does not introduce an observable change.

Well unless you consider the fact that iframe onload works correctly now. 😅

Fixes #4081

Co-authored-by: James Tu <jmsjtu@gmail.com>
@nolanlawson nolanlawson requested a review from a team as a code owner March 19, 2024 23:10
@nolanlawson nolanlawson merged commit b7e8a98 into master Mar 19, 2024
9 checks passed
@nolanlawson nolanlawson deleted the nolan/issue-4081 branch March 19, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Static content optimization] <iframe> onload events may not fire
2 participants