Closed
Bug 162265
Opened 23 years ago
Closed 23 years ago
Multiple forms on page - incorrect submission (if page does not completely load)
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
VERIFIED
DUPLICATE
of bug 143917
Future
People
(Reporter: drnj, Assigned: alexsavulov)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
1. Have page with multiple form elements
2. Page takes long time to load as some img tag URLs are broken
3. If I click submit of, say, form 2, before the page has 'finished' loading
i.e. still awaiting timeout for loading images, then form 1 is submitted and NOT
form 2
4. Cannot give URL as page is on intranet.
Reproducible: Always
Steps to Reproduce:
1. As above
2.
3.
Actual Results: form 1 is submitted and results of form 1 displayed
Expected Results: form 2 submitted and results of form2 displayed
WORKS CORRECTLY once page has loaded i.e. img loading is complete
| Assignee | ||
Comment 1•23 years ago
|
||
reporter:
can you attach a testcase please?
Comment 2•23 years ago
|
||
reporter, please review if this is a duplicate of bug 143917
<http://bugzilla.mozilla.org/show_bug.cgi?id=143917>
Also, please download a newer build. Your Mozilla is too old to
report a bug against.
Summary: Multiple forms on page - incorrect submission → Multiple forms on page - incorrect submission (if page does not completely load)
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Comment 3•23 years ago
|
||
no response from reporter. resolving
*** This bug has been marked as a duplicate of 143917 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•23 years ago
|
||
verifying
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
•