Closed
Bug 1296483
Opened 9 years ago
Closed 9 years ago
WebExtensions window.open not working from extension code
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1282021
People
(Reporter: oleary.gabe, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
Steps to reproduce:
I am trying to use window.open() with certain settings to get around this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1296481
I call window.open() or window.open(someurl) from within my extension code.
Actual results:
Nothing occurs except for a return value of null. This indicates a failure according to documentation.
Expected results:
In chrome when I call window.open, it opens a new window (tab) as expected and returns it.
Reporter | ||
Updated•9 years ago
|
Component: Untriaged → WebExtensions
Product: Firefox → Toolkit
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•