Closed
Bug 341907
Opened 19 years ago
Closed 18 years ago
floated table with specified width prints first page only
Categories
(Core :: Printing: Output, defect)
Core
Printing: Output
Tracking
()
RESOLVED
DUPLICATE
of bug 294991
People
(Reporter: lee, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
I tried to print from a webpage and only the first page would print. (I eventually got it working in Netscape 7.2.)
Reproducible: Always
Steps to Reproduce:
1.Go to example web page.
2.Choose Print. (Save As PDF also does the same thing)
Actual Results:
Page 1 printed (the footer said page 1 of 1). However, no other pages printed at all.
Expected Results:
The software should have printed the whole document.
This web page that failed was using tables-- I think it is a bug where printing a page set up with tables causes trouble. Also, this web page was NOT using frames, if it helps any. My printer is a HP LaserJet 2200dse with a network card installed.
P.S. This bug might be related to bug 325388, but this bug only happens apparently when css is not present.
Updated•19 years ago
|
Assignee: nobody → printing
Component: General → Printing
Product: Firefox → Core
QA Contact: general
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4
I get the same behaviour printing to PostScript.
Comment 3•19 years ago
|
||
(In reply to comment #3)
> bug 154892 ?
>
This bug appears to be very similar (if not identical) to the bug you described.
Comment 5•19 years ago
|
||
Prints only the first 4 boxes on the first page. Take out align or width property and all 6 boxes are printed on two pages. Tested with ff1.5.0.4 on win2k.
Reporter, could you confirm that?
(In reply to comment #5)
> Created an attachment (id=226160) [edit]
> Simplified testcase
>
> Prints only the first 4 boxes on the first page. Take out align or width
> property and all 6 boxes are printed on two pages. Tested with ff1.5.0.4 on
> win2k.
>
> Reporter, could you confirm that?
>
This is exactly what happened when I tried it.
Mac OS X 10.4.2, Firefox 1.5.0.4
Comment 7•19 years ago
|
||
Bon Echo 2.0a3 also has this bug. Current trunk has a buggy Print Preview - it always shows Landscape mode. No matter what settings are. In Landscape mode, this bug does not exist in both ff1.5.0.4 and 2.0a3.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Mac OS X 10.4 → All
Hardware: Macintosh → All
Updated•19 years ago
|
Keywords: testcase
Summary: Pages using tables refuse to print correctly → floated table with specified width prints first page only
Comment 8•19 years ago
|
||
Comment 9•19 years ago
|
||
Maybe related to Bug 324956
Reporter | ||
Comment 10•18 years ago
|
||
(In reply to comment #9)
> Maybe related to Bug 324956?
Very probably. I wasn't sure what all of the description for 324956 meant, but it sounded similar.
Comment 11•18 years ago
|
||
There are many similar bug reports and in fact the bug is as old as I can think about it. Essentially, some table data is lost when printing. Duping this to a bug which is rather general. If you are sure that it is different, please undo.
pi
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•