Open
Bug 517516
Opened 16 years ago
Updated 3 years ago
editable xul menulist can't use value attribute for prefwindow
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
UNCONFIRMED
People
(Reporter: sonny, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090910 Ubuntu/9.04 (jaunty) Firefox/3.5.3
Build Identifier:
<menulist preference="pref-foo">
<menupopup>
<menuitem value="true" label="Yes" />
<menuitem value="false" label="No"/>
</menupopup>
</menulist>
The pref-foo can't use the value attribute.
Reproducible: Always
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•