Closed
Bug 495930
Opened 16 years ago
Closed 16 years ago
Textbox support in the preference system
Categories
(Firefox for Android Graveyard :: General, enhancement)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fabrice.desre, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
2.25 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090530 Fennec/1.0b2pre
The preference system implemented in chrome/content/preferences/richpref.xml has no support for textboxes. This patch provides support for it.
Reproducible: Always
Reporter | ||
Comment 1•16 years ago
|
||
Sample use :
<richpref pref="extensions.graffitwit.user.name" title="&pref.user.label;" type="string"/>
<richpref pref="extensions.graffitwit.user.password" inputtype="password" title="&pref.user.password;" type="string"/>
The inputtype attribute is used as the type attribute for the textbox.
Reporter | ||
Comment 2•16 years ago
|
||
Here's the patch adding support for textbox preferences :
- a new binding in chrome/content/preferences/richpref.xml
- the css rule in chrome/content/browser.css
Reporter | ||
Updated•16 years ago
|
Attachment #381238 -
Flags: review?(mark.finkle)
Updated•16 years ago
|
Attachment #381042 -
Attachment is obsolete: true
Updated•16 years ago
|
Attachment #381238 -
Flags: review?(mark.finkle) → review+
Comment 3•16 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•