Closed
Bug 722968
Opened 14 years ago
Closed 14 years ago
Large div's content is not printed
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 425848
People
(Reporter: mnaoumov, Unassigned)
Details
Attachments
(1 file)
|
228 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7
Steps to reproduce:
Take the following HTML. Open it in Firefox.
Click print -> preview
<!doctype html>
<html>
<body>
<div style="width: 1000px; height: 4000px;">
<div style="margin-left: 500px; margin-top: 2000px; position: absolute;">Caption </div>
</div>
</body>
</html>
Actual results:
All preview pages are empy
Expected results:
In portrait mode 2nd page should contain word 'Caption'
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
related to Bug 425848 ?
Component: Untriaged → Printing: Output
Product: Firefox → Core
QA Contact: untriaged → printing
(In reply to Alice0775 White from comment #2)
> related to Bug 425848 ?
Seems to be related :)
Comment 4•14 years ago
|
||
(In reply to mnaoumov from comment #0)
> <div style="margin-left: 500px; margin-top: 2000px; position:
> absolute;">Caption </div>
Yup -- looks like a duplicate, based on the large margin-top value.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•