Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

The SafariDriver hangs if an iframe is deleted while it is selected. #3945

Closed
lukeis opened this issue Mar 3, 2016 · 3 comments
Closed

The SafariDriver hangs if an iframe is deleted while it is selected. #3945

lukeis opened this issue Mar 3, 2016 · 3 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 3, 2016

Originally reported on Google Code with ID 3945

If an iframe is removed from the DOM after the SafariDriver has focused on it, the driver
will hang.

This is because removing the iframe triggers an unload event, which the extension will
receive and block on.  Since the frame was removed and not just loading a new page,
there will never be a corresponding load event to unblock the extension.

At this point we know two things to be true:
1) This is bad and should be fixed.
2) iframes are evil.

Reported by jmleyba on 2012-05-22 16:35:17

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

This issue was closed by revision r17158.

Reported by jmleyba on 2012-06-11 03:28:39

  • Status changed: Fixed

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

wer is  the fixed patch??? ..link is crashed

Reported by sashankgangi on 2013-11-22 12:22:01

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by luke.semerau on 2015-09-17 18:15:30

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 3, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant