Closed
Bug 1292683
Opened 9 years ago
Closed 9 years ago
WebExtensions: runtime.openOptionsPage opens blank page when updating Firefox
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1272446
People
(Reporter: kiefferbp, Unassigned)
Details
Attachments
(1 file)
60.98 KB,
image/png
|
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:
1) From FF 45-47, install a WebExtension that performs feature detection of runtime.openOptionsPage.
2) Update to Firefox 48.
3) Call runtime.openOptionsPage
Note: if the add-on is updated or installed after updating to Firefox 48, the bug does not occur.
Actual results:
The options page that opens contains the description of the add-on along with screenshots, reviews, and other miscellaneous items, but it doesn't contain the actual contents of the options page.
Expected results:
The contents of the option page should appear.
Reporter | ||
Updated•9 years ago
|
Summary: WebExtensions: runtime.openOptionsPage opens blank page when updating → WebExtensions: runtime.openOptionsPage opens blank page when updating Firefox
Reporter | ||
Comment 1•9 years ago
|
||
Some additional comments: re-installing the add-on will fix this issue, although this is a lot to ask my current add-on users for.
Also, this is what the options page of my WebExtension is supposed to look like:
http://imgur.com/vFQAWMH
Comment 2•9 years ago
|
||
can you provide the extension, or a minimal testcase?
Component: Untriaged → WebExtensions
Flags: needinfo?(kiefferbp)
Product: Firefox → Toolkit
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Flags: needinfo?(kiefferbp)
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•