Closed
Bug 69839
Opened 24 years ago
Closed 23 years ago
[CHK]Disabled Checkboxes and Radio buttons Submit value if submitted with javascript [form sub]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: vladimire, Assigned: alexsavulov)
References
()
Details
Attachments
(2 files)
Checkboxes that are disabled still submit value, if .submit() javascript method
is used to submit the form.
Testcase in the url illustrates the problem.
See it on 2001-02-06-04-Mtest - Win98
2001-02-06-08-08-Mtest - MacOS 8.x
and 2001-02-06-08-Mtest - RedHat Linux
Comment 1•24 years ago
|
||
Works fine on a regular submit, but is broken for an onload handler submit.
Status: NEW → ASSIGNED
Comment 2•24 years ago
|
||
I need to check the IsSuccessful method to make sure it is doing the right thing.
Summary: Disabled Checkboxes Submit value if submitted with javascript → [CHK]Disabled Checkboxes Submit value if submitted with javascript
Target Milestone: --- → mozilla0.9.1
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Summary: [CHK]Disabled Checkboxes Submit value if submitted with javascript → [CHK]Disabled Checkboxes and Radio buttons Submit value if submitted with javascript
Reporter | ||
Comment 4•24 years ago
|
||
The problem is not only with onload event handler. It is with javascript
submit() method. In the attached testcase I used a button with onclick handler
also having the same problem. Also the problem is not only with checkboxes, but
with radio buttons too (changed the summary).
Comment 5•24 years ago
|
||
Another submission thing related to your work.
Assignee: rods → pollmann
Status: ASSIGNED → NEW
Reporter | ||
Comment 6•24 years ago
|
||
This has been fixed, resolving
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•24 years ago
|
||
Hmm... this is still present, I think I ran the test by clicking submit button
when got the testresults.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•24 years ago
|
||
No realworld test case, non-critical, moving to 0.9.2
Status: REOPENED → ASSIGNED
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Updated•23 years ago
|
Target Milestone: mozilla0.9.2 → mozilla1.0
Comment 9•23 years ago
|
||
The testcase and URL leave something to be desired ... the URLs are malformed.
Attaching a better testcase. This happens in 2001092113 CVS. It is fixed in
the bug 34297 patch. Updating dependencies.
Comment 10•23 years ago
|
||
Comment 11•23 years ago
|
||
Bulk reassigning form bugs to Alex
Assignee: pollmann → alexsavulov
Status: ASSIGNED → NEW
Assignee | ||
Updated•23 years ago
|
Summary: [CHK]Disabled Checkboxes and Radio buttons Submit value if submitted with javascript → [CHK]Disabled Checkboxes and Radio buttons Submit value if submitted with javascript [form sub]
Comment 12•23 years ago
|
||
Fixed with bug 34297 landing.
Comment 13•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•23 years ago
|
||
verifying on windows 98 2002-01-07-03-trunk
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•