Open Bug 298131 Opened 20 years ago Updated 2 years ago

about:config shows localized prefs as type:string

Categories

(Toolkit :: General, defect)

defect

Tracking

()

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.
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?
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
Which product/version are you using ?
Can you reproduce with SeaMonkey v1.1.9 ?
Can you reproduce with SeaMonkey v2.0a1pre ?
Assignee: guifeatures → nobody
The code still looks the same. So, the bug still exists.
Component: XP Apps: GUI Features → UI Design
about:config is now in toolkit.
Component: UI Design → General
Product: SeaMonkey → Toolkit
QA Contact: benc → general
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.