Closed Bug 206180 Opened 21 years ago Closed 20 years ago

No indication of extension's enabled/disabled status in Tools | Options | Extensions window

Categories

(Firefox :: Settings UI, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: thomastuttle, Assigned: noririty)

References

Details

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6

This is not really a "bug" per se but a "missing feature;" the Extensions panel
of Options has no indication of whether an extension is enabled or disabled.

Reproducible: Always

Steps to Reproduce:
1. Go to Tools, Options, Extensions.
2. Select an extension and click Disable Extension.
3. Select an extension and click Enable Extension.
Actual Results:  
Nothing visibly changed IN THE DIALOG BOX.  The extensions turn on and off, but
there is no visible indication in the Options dialog box of which are turned on
and which are turned off.

Expected Results:  
I would think it should either place check marks and/or X's next to the items in
the list to show which are enabled, or cross out or gray (dim) the disabled
ones.  Another possibility is two side-by-side enabled and disabled lists, but
the former is easier.  Also a " (Disabled)" appended to the title in the bottom
box would be good too, but the list itself really needs some indicator.
Setting priority to RFE.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
A simple solution would be to add 

#extList > listitem[disabledState="true"] {
  color: GrayText;
}

to the pref.css file.
taking
Assignee: blake → noririty
taking QA contact, sorry about the bugspam
QA Contact: asa → mconnor
*** Bug 234037 has been marked as a duplicate of this bug. ***
Ben fixed this with the new extension manager.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in before you can comment on or make changes to this bug.