Closed
Bug 1545409
Opened 6 years ago
Closed 6 years ago
[about:addons] Details view does not revert to list view upon removing an add-on
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1544824
People
(Reporter: robwu, Unassigned)
References
Details
In the XUL-based about:addons
page, when an extension is uninstalled, the details view switched to the add-on list.
In the HTML-based about:addons
page, the details view is still there, unless the removal was initiated from the about:addons
page itself.
I see that there is a "remove" handler at DetailView.prototype.render
, and a "remove" event dispatch at AddonList.prototype.removeAddon
, but they are never connected because the event targets differ.
STR:
- Visit
about:config
and setextensions.htmlaboutaddons.enabled
totrue
- Install any add-on from AMO.
- Visit
about:addons
and click on "Extensions". - Click on the triple dots on the add-on item that you just installed, and click on "More Options".
- Remove the add-on, e.g. via the "Remove" button on AMO or via the "Remove Extension" context menu item on the add-on button (if the extension has a browserAction)
- Look at the
about:addons
tab from step 3.
Expected:
- The extension list should be displayed.
Actual:
- The details of the removed extension are still being displayed.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•