Closed
Bug 1418620
Opened 8 years ago
Closed 7 years ago
pinned webextension tab closed on extension upgrade
Categories
(WebExtensions :: Frontend, defect, P5)
WebExtensions
Frontend
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1439674
People
(Reporter: dennis.lissov, Unassigned)
Details
(Whiteboard: [design-decision-needed])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20171116100106
Steps to reproduce:
Install a WebExtension (in my case, Brief). Open an extension tab (moz-extension://) and pin it.
Upgrade the extension to a newer (or even the same) version.
Actual results:
The pinned tab disappears.
Expected results:
A tab is a part of the user's context and should not disappear on its own.
Updated•8 years ago
|
Component: Untriaged → WebExtensions: Frontend
Product: Firefox → Toolkit
Comment 1•8 years ago
|
||
We can't just leave the page open since there is a bunch of state that is connected to the old version of the extension that is gone. Perhaps we could try reloading the same URL after the update though.
Whiteboard: design-decision-needed
Updated•8 years ago
|
Priority: -- → P5
Updated•8 years ago
|
Whiteboard: design-decision-needed → [design-decision-needed]
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 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
•