Closed
Bug 291180
Opened 20 years ago
Closed 20 years ago
Radio Button "checked" parsing
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: coltjones, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 When a radio input box is set to "CHECKED" (ALL CAPS) it does not show as checked nor does its CGI value get passed to the server. If you set it to lower case "checked" it does work the parser needs to honor the all cap form aswell. Reproducible: Always Steps to Reproduce: 1. Standard local HTML file in Firefox wiht the correct tags for radio button and form was able to reproduce. 2. Checked Internet Explorer (Win 2K) to verify code was correct it was. 3. Checked Mozilla 1.7 duplicated it there aswell. 4. Verified in Opera aswell code worked there. Actual Results: Confirmed that the html parser does not honor capitalization of the "checked" status for radio buttons. Expected Results: put the "checked" radio button mark in the field that was selected.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•