Closed
Bug 113317
Opened 24 years ago
Closed 23 years ago
Print preview fails to show plug-ins when <embed> and <object> are both used
Categories
(Core :: Print Preview, defect)
Core
Print Preview
Tracking
()
VERIFIED
DUPLICATE
of bug 122048
mozilla1.0
People
(Reporter: jason1, Assigned: peterl-bugs)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
468 bytes,
text/html
|
Details |
Print Preview handles plug-ins that are invoked by a single <embed> element, or
a single <object> element, but it fails in the very common case where <embed> is
contained inside an <object> element. It just leaves the area blank. The Print
function works, but not Print Preview.
Here's a test page: http://entropymine.com/jason/testbed/embed/ (Test 4)
![]() |
||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Hardware: PC → All
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: Print preview fails to show plug-ins when <embed> and <object> are both used → [NT]Print preview fails to show plug-ins when <embed> and <object> are both used
Target Milestone: --- → mozilla0.9.9
Updated•24 years ago
|
Summary: [NT]Print preview fails to show plug-ins when <embed> and <object> are both used → Print preview fails to show plug-ins when <embed> and <object> are both used
Updated•24 years ago
|
Component: Printing → Print Preview
Updated•24 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 1•24 years ago
|
||
Nominating for nsbeta1
Reassigning to peterl: Plugin guy
Comment 2•23 years ago
|
||
nominating to nsbeta1+ as per ADT triage since print preview is important.
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
The problem here is that we're not getting a reflow after the init of the second
object frame. Rod, any ideas?
Keywords: testcase
Updated•23 years ago
|
Attachment #73091 -
Attachment mime type: text/plain → text/html
Comment 5•23 years ago
|
||
this will be fixed with the patch in bug 122048
*** This bug has been marked as a duplicate of 122048 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•