Closed
Bug 235801
Opened 22 years ago
Closed 22 years ago
"Option value" tag no longer working in 1.7a
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: pzucchia, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040219
Installed 1.7a over 1.6, pages rendering appears weird. On the referenced url,
I no longer see a drop-down list with the option values. Same problems appears
on bugzilla.mozilla.org
Reproducible: Always
Steps to Reproduce:
1.Go to http://www14.software.ibm.com/webapp/download/search.jsp?
dt=SOFTWARE+UPDATE&q=Notes%20client
2.Watch the page
3.
Actual Results:
I read all option values as if they were in teh same text sentence
Expected Results:
I should see a drop-down list
Comment 1•22 years ago
|
||
Try doing a clean install, not one atop the other.
WFM 20040226 PC/WinXP
->Form controls
Component: Layout: Misc Code → Layout: Form Controls
QA Contact: core.layout.misc-code → core.layout.form-controls
The problem does not occur with a new profile
Severity: major → normal
The problem was caused by
user_pref("nglayout.debug.enable_xbl_forms", true);
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 4•22 years ago
|
||
WORKSFORME is the right resolution for this then. FIXED should only be used when
a bug in mozilla was fixed.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•22 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → WORKSFORME
Comment 5•22 years ago
|
||
Actually, the right resolution would probably have been invalid.... XBL form
controls are off by default for a reason, and the pref is in the debug panel for
a reason....
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•