Closed
Bug 6364
Opened 26 years ago
Closed 26 years ago
radio buttons, checkboxes not working in forms
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: cpratt, Assigned: karnaze)
References
()
Details
build ID: 1999041309
platform: windows NT
The following HTML is broken as of the 1999051309 build. It's been working in
previous builds.
<form action="mailto:Kligor.T@gee.whiz.com" method="post">
<p>You should be able to check and uncheck any and/or all of the
following checkboxes:
<p><input type=checkbox value=foo1>
<p><input type=checkbox value=foo2>
<p><input type=checkbox value=foo3>
<p>Reminder: You may need to hold down a modifier key when unchecking a
checkbox.
</form>
Result: you can't check checkboxes.
Expected result: you can check checkboxes.
Thanks to paulmac for finding this one. This is a Big Problem as it prevents
anything in the Preferences from working.
Summary: checkboxes not working in forms → radio buttons, checkboxes not working in forms
Radio buttons are also DOA. See http://marmot.net/work/input_radio.html/.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 3•26 years ago
|
||
Works on my 5/26 debug WinNT.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•