Closed
Bug 46656
Opened 26 years ago
Closed 26 years ago
onClick=submit() does not submit values when used with type=radio
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: god, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.0-test5 i686; en-US; m17) Gecko/20000725
BuildID: 2000072508
A form is not submitted properly when using radio buttons with a
onClick=document.form.submit(). The action part of the form seems to be
activated alright, but the value of the radio button is not received on the
target page.
Reproducible: Always
Steps to Reproduce:
1.Enter above page (in Danish, but the form is at the buttom)
2.Hit one of the radio buttons
Actual Results: Page reloads, but the buttons are still available, and nothing
has been registered in the database (it's a simple poll, when you have voted,
the results of the poll should be shown).
Expected Results: Another table with the poll results should be shown. This
happens if the variable $stemme, which the radio buttons should have set, is
received on the target page.
Comment 1•26 years ago
|
||
Confirming this on 2000080113 on Linux RH 6.2
| Assignee | ||
Comment 2•26 years ago
|
||
Could you attach a reduced testcase for testing?
Comment 3•26 years ago
|
||
WFM on linux 2000080308/0108(M18). Existed in 2000073009(M18). Resolving as FIXED.
If anyone can reproduce using a newer build then 0308, feel free to reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•