Closed
Bug 4738
Opened 26 years ago
Closed 26 years ago
setting setContentWindow to a nested frame crashes
Categories
(SeaMonkey :: UI Design, defect, P1)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M4
People
(Reporter: matt, Assigned: matt)
References
()
Details
Use the navigator.xul file in the about url
or change
appCore.setContentWindow(window.frames[0].frames[1]);
to appCore.setContentWindow(window.frames[0]);
Start the mac and it crashes.
This is blocking bug http://bugzilla.mozilla.org/show_bug.cgi?id=4644
Set target milestone to M4, changed component to XPApps, and priority to P1.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•