Closed
Bug 329020
Opened 20 years ago
Closed 20 years ago
problems printing <tfoot> correctly
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 146927
People
(Reporter: jensenorama, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
using the <TFOOT> tag on a document I am creating (hence no URL) the table footer seems to be rendered correctly on the screen, but when it is printed it only appears on the first and last page. The <THEAD> tag works correctly printing on all pages.
Reproducible: Always
Steps to Reproduce:
1.create table that is more than 2 pages in printed length using both thead and tfoot
2.print (or print preview)
3.
Actual Results:
the <thead> section is at the top of each page, the <tfoot> info is at the bottom of the first and last pages, but not any intermediate pages.
Expected Results:
there should be the tfoot info at the bottom of each page the table goes to teh end of
Maybe related to bug 146927/bug 146926 comment 6?
| Reporter | ||
Comment 2•20 years ago
|
||
This does appear to be lrelateed to bug 146927. The row I was using in my <tfoot> tag had a 20 pixel padding on the top of the cell, and the text was fairly large, so that would explain why I saw nothing where they see part of the text. It is curious though that it works fine for the first page, but then does not work correctly until the last page. The last page working makes perfect sense since there is plenty of room onthe last page to fit as much f a footer as I would want.
*** This bug has been marked as a duplicate of 146927 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•