Open
Bug 298131
Opened 20 years ago
Updated 2 years ago
about:config shows localized prefs as type:string
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
NEW
People
(Reporter: Biesinger, Unassigned)
Details
Look at browser.search.defaulturl in about:config - it is shown as of type string, but in reality it's a localized pref.
Comment 1•20 years ago
|
||
So what do you want to do? Look at all string pref default values, see if they look like a property reference, see if the string exists, if so, change type?
| Reporter | ||
Comment 2•20 years ago
|
||
hm, for a start, the code at http://lxr.mozilla.org/seamonkey/source/xpfe/global/resources/content/config.js#298 could also set the column to "localized string", but obviously that's no complete solution...
I tested this by using about:config to hack keyword.url in FF 2.0. The chrome value is read into a localized pref, and if you change the value the value is saved in prefs.js. If you clear the value, it goes back to the original chrome value. This works, and makes sense to me. Originally, I thought I wanted about:config to either: display that the value is localized -or- let me edit the mapping by editing the localization file. But having used the feature as an end user, I now see no need for that. About:config (in my mind) is a user-oriented feature.
QA Contact: benc
Comment 4•17 years ago
|
||
Which product/version are you using ? Can you reproduce with SeaMonkey v1.1.9 ? Can you reproduce with SeaMonkey v2.0a1pre ?
Assignee: guifeatures → nobody
| Reporter | ||
Comment 5•17 years ago
|
||
The code still looks the same. So, the bug still exists.
Comment 6•16 years ago
|
||
<http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/toolkit/components/viewconfig/content/config.js&rev=1.25&mark=298#273> <http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/modules/libpref/public/nsIPrefBranch.idl&rev=1.20&mark=64-72#63> *** What do we want to do ? Start with comment 2 suggestion ? Is this bug severity actually Normal, or should it be Enhancement only ?
Version: unspecified → Trunk
Comment 7•12 years ago
|
||
about:config is now in toolkit.
Component: UI Design → General
Product: SeaMonkey → Toolkit
QA Contact: benc → general
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•