Closed
Bug 51792
Opened 25 years ago
Closed 25 years ago
checked attribute for radio buttons not displayed
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: bugzilla, Assigned: rods)
Details
Attachments
(1 file)
|
301 bytes,
text/html
|
Details |
i couldn't find an existing bug for this under this component (unless this is a
layout issue) --but do dup/reassign if needed. thx!
found this using mozilla 2000.09.07.04 on win98 (optimized).
if i have the following code in a form, the default radio button (Cat, the first
one) is not displayed as checked.
<input type="radio" name="pet" value="cat" checked>Cat<br>
<input type="radio" name="pet" value="dog">Dog<br>
<input type="radio" name="pet" value="slug">Slug<br>
Comment 1•25 years ago
|
||
It works for me on Windows 2000 -- do you have a testcase?
Comment 2•25 years ago
|
||
| Reporter | ||
Comment 3•25 years ago
|
||
weird: both ian and i were [recently] unable to get this problem to show up
again reliably. marking wfm. feh.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 4•25 years ago
|
||
Well, um, verified. "Reporter: If you can reproduce this bug, feel free to
reopen it." ;-)
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 5•25 years ago
|
||
it looks fine on WinNT also
You need to log in
before you can comment on or make changes to this bug.
Description
•