Skip to content

fix(lifecycle): recalculate lifecycle on iframe detach #15812

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

Merged
merged 1 commit into from
Jul 23, 2022

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Jul 20, 2022

It could be that iframe was blocking some event, like load or networkidle, and we never updated the lifecycle after the iframe was detached. This lead to goto and other navigation commands to never resolve.

Fixes #15084.

@dgozman dgozman force-pushed the update-lifecycle-on-detach branch from c111456 to f656d24 Compare July 22, 2022 19:53
It could be that iframe was blocking some event, like load or networkidle,
and we never updated the lifecycle after the iframe was detached. This
lead to goto and other navigation commands to never resolve.
@dgozman dgozman force-pushed the update-lifecycle-on-detach branch from f656d24 to 9abe1ca Compare July 22, 2022 23:42
@dgozman dgozman merged commit 4bec630 into microsoft:main Jul 23, 2022
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.

[BUG] waitForNavigation fails to complete intermittently on Chromium
3 participants