[chromium-bugs] Issue 13910 in chromium: window.opener.navigate doesn't work

2009-08-27 Thread codesite-noreply
Comment #2 on issue 13910 by witichis: window.opener.navigate doesn't work http://code.google.com/p/chromium/issues/detail?id=13910 It appears a popup unlike a tab runs in the same process as the opener - so it should be easy to get the reference to window.opener set correctly. -- You receive

[chromium-bugs] Issue 13910 in chromium: window.opener.navigate doesn't work

2009-08-27 Thread codesite-noreply
Comment #1 on issue 13910 by witichis: window.opener.navigate doesn't work http://code.google.com/p/chromium/issues/detail?id=13910 On Windows, Chrome 2.0.172.39 is the same issue. If a popup window gets opened via window.open(...) the reference window.opener in this new window is null. Since