Closed
Bug 564454
Opened 15 years ago
Closed 15 years ago
only partial content gets displayed in print preview or print
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 164093
People
(Reporter: sourav.bhargava, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
when opening the page in firefox 3.6.3 only partial content gets previewed or printed. the rest does not appear. please help.
Reproducible: Always
Steps to Reproduce:
1.open the link http://www.britishpakconnection.com/backup/problem/ using firefox 3.6.3 in windows xp
2. see the print preview or get a print
3. you will find only partial data
Actual Results:
i find only 1 page of content and another blank page the rest of the content does not appear in print preview and also does not get printed as well
Expected Results:
the html page gets printed as it is displayed.
Comment 1•15 years ago
|
||
confirming with the given URL and SM trunk on vista
Severity: critical → normal
Component: General → Printing: Output
Keywords: css2
Priority: P1 → --
Product: Firefox → Core
QA Contact: general → printing
Version: 3.6 Branch → Trunk
Comment 2•15 years ago
|
||
Moving to new, as Matti sees this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•15 years ago
|
||
I can reproduce this in my linux trunk biuld. Looking at the source, it looks like the key is that *everything* in the testcase is absolutely positioned, e.g.:
> <div style="position:absolute;top:50cm">
[... content ...]
> <div style="position:absolute;top:50.5cm">
[... content ...]
> <div style="position:absolute;top:51cm">
We have known issues with absolutely-positioned content beyond the first page. This looks basically like a dupe of bug 164093 (at least, the testcases are pretty similar -- with large 'top' values -- and the symptoms are the same).
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
•