Closed
Bug 300414
Opened 20 years ago
Closed 20 years ago
Better visual indication that extension is to be uninstalled
Categories
(Toolkit :: Add-ons Manager, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: kevin)
Details
(Keywords: fixed1.8)
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b3) Gecko/20050710
Firefox/1.0+
Steps to reproduce:
1. Right-click an extension and select "uninstall".
Result: the only change is that the extension's description is replaced by "x
will be uninstalled next time you restart Firefox". This change is easy to miss
because it only involves text and because it happens as a dialog disappears and
the next extension becomes selected. Some users, such as my friend Selene,
momentarily think that nothing happened.
Expected: remove the icon or change the icon (?)
Comment 1•20 years ago
|
||
The opType attribute on the extension element can be used in css for this as
well as showing other states if desired. The possible values are as follows and
are self-explanatory:
needs-install
needs-upgrade
needs-uninstall
needs-enable
needs-disable
Note: bug 299395 should probably be taken care of at the same time.
Comment 2•20 years ago
|
||
-> Kevin (see comment 1).
Assignee: nobody → kevin
Flags: blocking-aviary2.0?
Updated•20 years ago
|
Flags: blocking-aviary2.0? → blocking-aviary1.1?
Updated•20 years ago
|
Flags: blocking-aviary1.5? → blocking-aviary1.5-
| Assignee | ||
Comment 3•20 years ago
|
||
fixed on branch and trunk by patch from bug 281974. I gave the extension icon an
opacity of 0.2 when it is marked for uninstall
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Whiteboard: fixed1.8
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•