- From: <bugzilla@jessica.w3.org>
- Date: Wed, 30 Jan 2013 22:17:32 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20799
--- Comment #2 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
Different browsers do different things with window.open(). For example,
window.open("user@example.com") closes the new window in IE and returns null
and opens a new tab set to about:blank in Chrome and returns a reference to
that tab.
The goal of this API is for the specific scenario where a navigation is not
expected.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 30 January 2013 22:17:33 UTC