Closed
Bug 598863
Opened 14 years ago
Closed 14 years ago
using onExternalInstall's existingAddon argument doesn't cause an addon's details to be updated on about:addons
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b7
People
(Reporter: erikvvold, Unassigned)
References
()
Details
Based on the discussion on https://bugzilla.mozilla.org/show_bug.cgi?id=598830 when calling onExternalInstall and providing it with existingAddon = addon, where `addon` is the addon being replaced, the details for the addon at about:addons are not updated.
If the user is on the details page for the addon being update then nothing happens, but the details should be updated. If the user is on the list view page then the addon that should be replaced is not removed, and the new addon is displayed, so there are multiple/duplicate items listed for the same addon.
Comment 2•14 years ago
|
||
Fixed by bug 596336
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Flags: in-litmus-
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Comment 4•14 years ago
|
||
Relanded
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
Comment 5•14 years ago
|
||
Hard to test manually. I trust the automated tests we have for this patch.
Marking as verified fixed based on no reported test failures.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•