Closed
Bug 6365
Opened 25 years ago
Closed 25 years ago
[BLOCK] Window onunload handler called when child frame is unloaded
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: sfraser_bugs, Assigned: nisheeth_mozilla)
Details
The onunload handle of the window is called when the document in a child frame
is unloaded. See bug 6354 for more information.
This is a blocker, since we must rely on the window unload handler to
safely tear down the window's appcore.
Assignee | ||
Updated•25 years ago
|
Assignee: rpotts → nisheeth
Assignee | ||
Comment 1•25 years ago
|
||
I'm re-assigning this bug to myself and will take a look at it tomorrow. This
is probably a problem in the webshell code.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 2•25 years ago
|
||
Accepting bug and setting target milestone to M6...
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Vidur checked in a fix yesterday to prevent onunload bubbling which should fix
this bug. Simon's verified this, so I'm marking this fixed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Fixed in June 3rd Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•