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

Popup that refreshes opener kills session in Google Chrome #1221

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 1221

What steps will reproduce the problem?
1.Call following function in popup code
function closePopup(){
    opener.focus();
    opener.location.reload(); 
    self.close();
}

What is the expected output? What do you see instead?
Expected popup to close and reload parent window. But instead it loads parent location
with http://host/selenium-server/core/Blank.html?start=true which kills the rest of
the session, i.e. waitForPageToLoad hangs in my case.

What version of the product are you using? On what operating system?
Vista, selenium-server-1.0.3, Google Chrome 8.0.552.237

Reported by techtonik on 2011-01-21 19:04:40

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions