Closed
Bug 613
Opened 26 years ago
Closed 26 years ago
ss:hitting submit button causes re-entrancy crash
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Tracking
()
VERIFIED
FIXED
M1
People
(Reporter: kipp, Assigned: joki)
Details
I put a hack into nsPresShell.cpp that sidesteps the bug for the
stability release; a larger fix is really needed that involves event
handling and widgets...
*** Bug 311796 has been marked as a duplicate of this bug. ***
*** Bug 312647 has been marked as a duplicate of this bug. ***
tom's event boy, and knows what needs to be done here (we've discussed it).
Updated•26 years ago
|
Component: Unknown → Event Handling
Comment 4•26 years ago
|
||
setting component field
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
The fix with frames removing themselves from their views when they begin to
destruct (and therefore taking themselves out of the event loop) probably fixed
this.
Summary: hitting submit button causes re-entrancy crash → ss:hitting submit button causes re-entrancy crash
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 7•26 years ago
|
||
This has no text case so I'm assuming its supposed to crash on any simple
submit butotn. If so, then this is verified.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•