Closed
Bug 291075
Opened 20 years ago
Closed 16 years ago
No discoverable way to create new entry in about:config
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: aaronlev, Unassigned)
Details
Attachments
(1 file)
|
947 bytes,
patch
|
Details | Diff | Splinter Review |
In about:config, if you want to create a new pref entry, you have to right click on a row and select new. For usability & discoverability there should instead be a button for this operation. It should not be necessary to look for this in a context menu for a tree item row, especially since it is not an actually operation that's occuring on the row you're getting the context menu.
Comment 1•20 years ago
|
||
We basically treat about:config as hidden/unsupported, but if someone wants to hack this, go nuts.
Comment 2•18 years ago
|
||
One way to surface these functions is a row of buttons, one for each of "New String", "New Integer" and "New Boolean", positioned under the tree view. The attached patch does this.
Attachment #229277 -
Flags: review?(mconnor)
Comment 3•18 years ago
|
||
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
Updated•16 years ago
|
Attachment #229277 -
Flags: review?(mconnor)
Comment 4•16 years ago
|
||
Comment on attachment 229277 [details] [diff] [review] Adds row of buttons to surface "new" functionality Don't presume that you can glue existing strings together. You can't in all languages. about:config is hidden as-is, and is a useful tool for those who know what they're doing. Making it easier to discover doesn't really seem important at all, and any cycles spent on discovability inside of a hidden seems like an obvious waste.
Updated•16 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•