Closed
Bug 617
Opened 26 years ago
Closed 26 years ago
Crash in Dispatch event when switch documents
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rods, Assigned: rods)
Details
This happends (on Wndows) because a focus event is coming through when the
window has already been deleted. I think the best fix for now is to just disable
the notification of focus events, these notifications are not currently being
used. The fix is will be in nsWindow.cpp
Updated•26 years ago
|
Component: Unknown → Event Handling
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Comment 2•26 years ago
|
||
This is too old to be useful (the ode has been completely reworked)
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 3•26 years ago
|
||
This is too old to be useful (the ode has been completely reworked)
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
•