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

IFrame load blocker could be incorrectly cleared #10384

Open
jdm opened this issue Apr 3, 2016 · 1 comment
Open

IFrame load blocker could be incorrectly cleared #10384

jdm opened this issue Apr 3, 2016 · 1 comment
Assignees
Labels

Comments

@jdm
Copy link
Member

@jdm jdm commented Apr 3, 2016

iframe_load_event_steps unconditionally terminates any load blocker that currently exists after the iframe's load event has been dispatched. If the load event handler ended up causing navigate_or_reload_child_browsing_context (by setting the src attribute, for example), this will terminate the replacement load blocker before the load is actually complete.

We should either be terminating the load blocker before dispatching the load event, or else checking that the element's pipeline ID matches before terminating it.

@nox
Copy link
Member

@nox nox commented Oct 1, 2017

I will look into this.

@nox nox self-assigned this Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.