Closed
Bug 684849
Opened 14 years ago
Closed 14 years ago
When I try to print a page of my website, the first page appears fine but on the second page of all items are at the top of the page.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 546559
People
(Reporter: david.deassuncao, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
889 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
the bug appears in the print / print preview
Actual results:
I have a web page where I display a procedure. when I want to see the print or print preview, the first page appears fine but on the second page, all content is piled up
Expected results:
The contents of the second page should not be all piled up
Updated•14 years ago
|
Attachment #558462 -
Attachment mime type: text/plain → text/html
Reporter | ||
Comment 1•14 years ago
|
||
Sorry, In my example, we see the bug only in landscape mode.
Reporter | ||
Comment 2•14 years ago
|
||
Comment on attachment 558462 [details]
test.html
><html>
><head>
></head>
><body>
> <div>
> <div style="position:absolute;border-left:1px solid #000000;left:20px;top:50px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:40px;top:200px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:60px;top:350px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:80px;top:500px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:100px;top:650px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:120px;top:800px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:140px;top:950px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:160px;top:1100px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:180px;top:1250px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:200px;top:1400px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:220px;top:1550px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:240px;top:1700px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:260px;top:1850px;width:0px;height:150px;"></div>
> <div style="position:absolute;border-left:1px solid #000000;left:280px;top:2000px;width:0px;height:150px;"></div>
> </div>
></body>
></html>
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Keywords: testcase
OS: Windows 7 → All
Hardware: x86_64 → All
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•