Closed
Bug 39809
Opened 25 years ago
Closed 24 years ago
JavaScript error calling submit() on FORM element
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: myk, Assigned: pollmann)
Details
(Keywords: testcase, Whiteboard: [TESTCASE])
Attachments
(1 file)
195 bytes,
text/html
|
Details |
Overview Description:
Calling the submit() method of a form element writes the following JavaScript
error to the console:
JavaScript error:
line 0:
In addition, the form does not submit, the browser subsequently fails to load
any page until it is restarted, and quitting the browser fails to end the
process, which must then be manually killed.
Steps to Reproduce:
Load the simple test case.
Actual Results:
JavaScript error and other abherrent behavior
Expected Results:
form submission
Build Date & Platform Bug Found:
Linux 2000-05-18-08
Additional Builds and Platforms Tested On:
M15 - the problem does not occur
Linux 2000-05-06-08 - the problem does not occur
Linux 2000-05-10-20 - the problem occurs
Additional Information:
Bug 37744 was fixed on May 9, and I wonder if this is a regression caused by the
fix for that bug. If so, this bug should be assigned to networking rather than
Form Submission.
Reporter | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
This is also reported as bug 40213, thanks!
*** This bug has been marked as a duplicate of 40213 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 4•24 years ago
|
||
Yep, that's the same bug. Verifying duplicate.
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
•