Closed
Bug 180802
Opened 22 years ago
Closed 12 years ago
Full-page plug-ins get destroyed with display:none on IFRAMEs
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
WORKSFORME
mozilla1.4beta
People
(Reporter: peterlubczynski-bugs, Assigned: peterl-bugs)
References
()
Details
(Whiteboard: [PL2:NA])
The fix to bug 173938 introduced some hacky code to destroy full-page plugins
embedded in an IFRAME before the frame is destroyed because a plugin's window
frame must be destroyed before its parent. This bug is about removing that code
so that display:none on a full-page plugin will cause it to hide rather than
being destroyed.
Reporter | ||
Updated•22 years ago
|
Whiteboard: [PL2:NA]
Target Milestone: --- → mozilla1.4beta
Comment 1•22 years ago
|
||
Is the idea here to move the relevant code out of the plugin frame and into the
content model?
Reporter | ||
Comment 2•22 years ago
|
||
Summary: full-page plugins get destoryed with display: none in IFRAMES → Full-page plug-ins get destroyed with display:none on IFRAMEs
Updated•15 years ago
|
QA Contact: shrir → plugins
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•