Closed Bug 93124 Opened 23 years ago Closed 23 years ago

The radio buttons are all selectable

Categories

(Core :: Layout: Form Controls, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: bsharma, Assigned: rods)

References

()

Details

Build 2001-07-27-branch on WinNT and Linux and Mac

The radio buttons on the above test case are all selected as default page is
layed out.
Same is the case with the testcase of no DOCTYPE.
Could you attach the testcase to the bug?
I think this bug is invalid.  Here is a snippet from the above url:

Extra pizza add-ons?<br>
<input type=radio name=extra1 value="cheese"> cheese <br>
<input type=radio name=extra2 value="tomato"> tomato <br>
<input type=radio name=extra3 value="onions"> onions <br>
<input type=radio name=extra4 value="olives"> olives <br>
<input type=radio name=extra5 value="anchovy"> anchovy<br>
<br>
Alright... looks like someone just misusing radio buttons.

Mutually exclusive radio buttons should all have the same "name" attribute.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
VERIFIED as invalid test case, tested on build id 2001-09-19-05-0.9.4
Works fine when tested with same "name" attribute.
<br>
<input type=radio name=extra value="cheese"> cheese <br>
<input type=radio name=extra value="tomato"> tomato <br>
<input type=radio name=extra value="onions"> onions <br>
<input type=radio name=extra value="olives"> olives <br>
<input type=radio name=extra value="anchovy"> anchovy<br>
<br>
Status: RESOLVED → VERIFIED
OS: Windows NT → Windows 2000
You need to log in before you can comment on or make changes to this bug.