Closed
Bug 1490419
Opened 7 years ago
Closed 7 years ago
Allow popup on add-on installation
Categories
(WebExtensions :: General, enhancement)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ianbicking, Unassigned)
Details
(Whiteboard: [design-decision-denied])
To onboard an add-on, I'd like to be able to open the popup (from browserAction or pageAction, depending on the add-on). But I can't!
I think it would be reasonable to treat the onInstall handler as a user input handler, so that browser.browserAction.openPopup() can be called. The ability to do conditional onboarding is desirable (as opposed to a setting like sidebarAction's open_at_install), so being able to open it programmatically would be nice.
Updated•7 years ago
|
Component: Untriaged → Request Handling
Updated•7 years ago
|
Component: Request Handling → General
Whiteboard: design-decision-needed
Updated•7 years ago
|
Severity: normal → enhancement
Whiteboard: design-decision-needed → [design-decision-needed]
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Whiteboard: [design-decision-needed] → [design-decision-denied]
You need to log in
before you can comment on or make changes to this bug.
Description
•