Closed
Bug 720224
Opened 13 years ago
Closed 13 years ago
Add toggle-feature for about:config on boolean preference entries
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: eagle3386, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.0a1) Gecko/20120116 Firefox/12.0a1
Build ID: 20120116031100
Steps to reproduce:
- open about:config
- select an entry of boolean type, e.g. browser.menu.showCharacterEncoding
- open context-menu
Actual results:
- several entries, but no "toggle-entry"
Expected results:
- either a) add an toggle-entry or b) replace "Modify" with "Toggle" on boolean entries
- double-clicking a boolean entry should toggle the value, too
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 1•13 years ago
|
||
If it's possible, I'd like to fix this bug for Mozilla.
browser.menu.showCharacterEncoding is "false", saved as a string (look at the type). Real booleans do have a toggle option (e.g. app.update.auto).
Reporter | ||
Comment 3•13 years ago
|
||
Oh, boy. I'm so embarrassed.. :o)
Resolved, because it's invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•13 years ago
|
Component: Preferences → General
Product: Firefox → Toolkit
QA Contact: untriaged → general
You need to log in
before you can comment on or make changes to this bug.
Description
•