Closed
Bug 733045
Opened 14 years ago
Closed 8 years ago
installing bootstrapped add-on directly after uninstalling it disabled results in disabled install
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: dietrich, Unassigned)
References
Details
STR:
1. install a restartless add-on
2. disable it
3. uninstall it
4. install it
Expected: add-on is installed and enabled
Actual: add-on is installed and disabled
post-uninstall, any action should be as on a blank slate. the state of a previous installation has leaked into the subsequent install.
Comment 1•14 years ago
|
||
Can you give more precise STR here, what were you doing with the UI to do all of these things?
| Reporter | ||
Comment 2•14 years ago
|
||
Revised STR:
1. install a restartless add-on
2. disable it some point later (weeks? months?)
3. let time pass, many browsing sessions, etc
4. open add-ons manager, click uninstall
5. while add-ons manager is still open, hit cmd+o, navigate Finder to an xpi of a new version of the add-on (no code change, only version bump), and select it to finish install.
i'll see if i can reproduce in a clean profile.
Comment 3•14 years ago
|
||
Ok that makes sense, basically a problem with the hack we put in place to allow undoing uninstalls for restartless add-ons. When you uninstall but don't close the UI the add-on is actually just disabled but still installed, so installing another version is like upgrading so it retains the disabled state. Would either need another hacky solution or a proper fix of bug 612168.
| Reporter | ||
Comment 4•14 years ago
|
||
Confirmed with a new profile and hello-world add-on.
Comment 5•10 years ago
|
||
We're explicitly testing for the opposite of the expected behavior from the summary of this bug:
https://dxr.mozilla.org/mozilla-central/rev/ac39fba33c6daf95b2cda71e588ca18e2eb752ab/toolkit/mozapps/extensions/test/xpcshell/test_undouninstall.js#636
Comment 6•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•