Closed
Bug 153501
Opened 23 years ago
Closed 23 years ago
some DOCTYPEs make radio form elements display improperly.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jter, Assigned: rods)
Details
Attachments
(1 file)
|
324 bytes,
text/html
|
Details |
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<form name=stuff method=POST
action="http://www.cartmanager.net/cgi-bin/cart_jason.cgi">
<input type=radio value=1>
<input type=radio value=2>
<input type=radio value=3>
<input type=radio value=4>
</table>
</form>
This doctype command make the FORM radio elements not selectable.
Using Mozilla 1.1a
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
worksforme, linux trunk build 2002-06-18-08.
Comment 3•23 years ago
|
||
WFM (works for me) win 98, build 2002061104
Comment 4•23 years ago
|
||
WFM, OS X, 2002061014
Comment 5•23 years ago
|
||
WFM with trunk 2002080604 win2k.
reporter (Jason): can you reproduce this bug with a recent build of mozilla (for
example, 1.1beta)? if so, please comment again with details. if not, please
resolve this bug as WORKSFORME. thanks.
Comment 6•23 years ago
|
||
WFM with 2002090704/trunk/win2k.
no response from reporter for >30 days. resolving wfm.
reporter: if you can reproduce this with a recent build of mozilla, please
reopen this bug. thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•