Closed
Bug 116872
Opened 23 years ago
Closed 23 years ago
This html + java works not correctly
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 112489
mozilla0.9.9
People
(Reporter: ezh, Assigned: john)
References
Details
Subj.
<form>
<input type="radio" name="radio_will_not_get_checked">
<input type="radio" name="radio_checked" checked>
</form>
<script>
document.forms[0].elements[0].status=true;
</script>
moz 2001122003, w98
Reporter | ||
Comment 1•23 years ago
|
||
Also like
document.forms[0].elements[0].checked=true;
Comment 2•23 years ago
|
||
jkeiser, would you take a look?
Assignee | ||
Comment 3•23 years ago
|
||
This will be fixed with bug 108308. I suspect it is a dup too, but the dup
escapes me.
Depends on: 108308
Comment 4•23 years ago
|
||
setting milestone
(check on dependency change)
Target Milestone: --- → Future
Comment 5•23 years ago
|
||
this is not form submission. This is DOM something..
Assignee | ||
Comment 6•23 years ago
|
||
It's HTML Form Controls actually. Taking anyway, since I've got it in my sights.
Assignee: alexsavulov → jkeiser
Component: Form Submission → HTML Form Controls
Target Milestone: Future → mozilla0.9.9
Assignee | ||
Comment 8•23 years ago
|
||
*** This bug has been marked as a duplicate of 112489 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•