Closed
Bug 76146
Opened 24 years ago
Closed 24 years ago
crash on exit while a window is unresponsive after double submission in a form.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: tarahim, Assigned: pollmann)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
|
4.20 KB,
text/plain
|
Details |
2001041308 Mac trunk.
Launch Mozilla with blank browser window.
Goto URL.
Type some keywords (need to be a relevent one such as "resistance AND
antibiotics AND review"),
hit return more than three times to cause double submission.
Now you have an unresponsive window loading the result of form submission.
If you hide the window content by clicking the window shade switch, you can see
a submission warning dialog which is grayed out.
Hit command+1 to open a new browser window to get Mozilla respond to your command.
Hit command+Q to quit.
Result:crash.
| Reporter | ||
Comment 1•24 years ago
|
||
It is not necessary for the grayed-out dialog to be displayed for this crash to
happen.
Keywords: crash
Summary: crash on exit while unaccessible dialog is displayed after double submission in a form. → crash on exit while a window is unresponsive after double submission in a form.
| Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
This seems like maybe a problem of multiple form submissions trying to process
at once? We probably should either block that or make sure the code can handle
stopping the previous request and starting a new one cleanly.
Assignee: joki → rods
Component: Event Handling → Form Submission
QA Contact: gerardok → vladimire
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 72906 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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
•