Closed
Bug 528951
Opened 16 years ago
Closed 15 years ago
long div with overflow hidden or auto inserts page break when printing
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 129941
People
(Reporter: arno, Unassigned)
References
()
Details
Attachments
(1 file)
|
10.10 KB,
text/html
|
Details |
Hi, when displaying a page with
<div>content</div><div style="overflow: hidden">large content .... </div>
, second div appears just after first div.
When printing, if second div is too large to fit in a single page, a page break is inserted after first div instead of being inserted in the middle of second div.
That breaks printing of some pages (such as igoogle).
| Reporter | ||
Updated•16 years ago
|
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•