Closed Bug 18174 Opened 25 years ago Closed 25 years ago

checked property of radio buttons always returns false.

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 12307

People

(Reporter: tony.gorman, Assigned: pollmann)

References

()

Details

I have a function that chewcks if a radio button is checked. it throughs an
alert if no radio buttons are checked. otherwise it allows the form to be
submitted.

However, the radio buttons always return false in a .checked examination.

see URL for a test case...
Assignee: mccabe → vidur
Component: Javascript Engine → DOM Level 0
This is a DOM issue; reassigning.
This looks like another duplicate of bug 15361 (itself a dupe of bug 12307):
multiple form elements with the same name are not being placed into an array
with that name.

A lot of pages seem to rely on this behavior. I don't know if the DOM specifies
it, but it's a common technique.
Assignee: vidur → pollmann
Pollmann does forms.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Yes, this is a dup.  I'm taking the original bug.

*** This bug has been marked as a duplicate of 12307 ***
Status: RESOLVED → VERIFIED
[bugday] verified dupe. had to load up the url to make sure it was the whole
array access thing..
You need to log in before you can comment on or make changes to this bug.