Closed
Bug 153332
Opened 23 years ago
Closed 21 years ago
Printing only renders single page
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 154892
Future
People
(Reporter: mozilla, Assigned: rods)
References
()
Details
(Keywords: qawanted, Whiteboard: WG)
Both Print preview and Printing of the page reported results in only 1 page
being printed, instead of what should most likely be 3 or 4
Comment 1•23 years ago
|
||
All the content on this site is absolutely positioned. Given that CSS, the only
really viable option per spec is to lay it out in the print medium like we do, I
think... Nevertheless this sucks. Ian? David? Ideas?
Keywords: qawanted
QA Contact: sujay → ian
Comment 2•23 years ago
|
||
Interesting. Very interesting.
We should print overflowing content. The question is, what page number do we
give overflow pages? And how much overflow do we consider worth printing? (Does
a box positioned at top:500000cm get all the in between pages?)
Whiteboard: WG
Comment 3•23 years ago
|
||
This one reminds me of the "floated elements get cut off" report (bug 85768).
One suggestion for the original reporter: try giving your content 'position:
static' in a print-media stylesheet. This will let you work around the problem
while the engineers work on a fix for these problems.
Comment 4•22 years ago
|
||
don't think is strictly a dupe of that, so I guess this should be confirmed. right?
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** Bug 186897 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 6•21 years ago
|
||
Seems the original testpage is gone. Here is another with the same kind of
absolute div that breaks printing and print preview (tested with 1.6b)...
http://barbapapqa.dyndsl.com/svenska.shtml
If anyone cares, OS/hardware could be changed to all.
Comment 7•21 years ago
|
||
dupping to bug with more info.
*** This bug has been marked as a duplicate of 154892 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•