Closed
Bug 443595
Opened 18 years ago
Closed 11 years ago
In Print and Preview in minimum one line is cut off from page 1 to 2 [with position:absolute]
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-GB; rv:1.9) Gecko/2008061004 Firefox/3.0
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-GB; rv:1.9) Gecko/2008061004 Firefox/3.0
On a certain web site one line is cut off from page 1 to 2 in print or preview function. I tested this bug with Mac OS an Win XP and two different printers.
Reproducible: Always
Steps to Reproduce:
1. Go to web site (see URL)
2. Print or preview the first two pages
3. Compare content from web site with print or preview
Actual Results:
In minimum one line is missing
Expected Results:
A propper print.
Comment 1•18 years ago
|
||
This is caused by using position:absolute on .content-printable, and more specifically, the offset from top
.content-printable {
position: absolute;
width : auto;
left: 0px;
right: 0px;
top: 62px;
/* ... */
}
Obviously, bug 154892 didn't fix everything.
Confirming, as I don't find any obvious dupes.
Status: UNCONFIRMED → NEW
Component: General → Printing
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → printing
Summary: In Print and Preview in minimum one line is cut off from page 1 to 2 → In Print and Preview in minimum one line is cut off from page 1 to 2 [with position:absolute]
Version: unspecified → Trunk
Comment 2•18 years ago
|
||
Comment 4•11 years ago
|
||
WFM? I don't a problem with either testcase on windows, using current nightly build
Flags: needinfo?(phiw2)
Flags: needinfo?(bugzilla)
Whiteboard: [closeme 2015-01-10 WFM]
Comment 5•11 years ago
|
||
Testing (print to pdf) with a recentish nightly build on OS X Yosemite, this appears to work now.
There have been lots of changes since this bug was originally filed…
Flags: needinfo?(phiw2)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(bugzilla)
Resolution: --- → WORKSFORME
Whiteboard: [closeme 2015-01-10 WFM]
You need to log in
before you can comment on or make changes to this bug.
Description
•