Closed
Bug 323663
Opened 20 years ago
Closed 15 years ago
Missing data when printing table with THEAD, sometimes.
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kjc, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060116 SeaMonkey/1.5a
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060116 SeaMonkey/1.5a
In the attached sample HTML file, the THEAD is printed on every page, but on the second page it is blank after it, and there should be more data there.
It appears that the line "4)" (an H2 element) is just at the end of page one and everything after that is lost. Playing around with the HTML, if I add more lines before that H2, everything prints fine.
Reproducible: Always
Steps to Reproduce:
1. Open the sample file.
2. Print preview.
3. Scroll down to the second page.
Actual Results:
The second page has the header but is missing the rest of the text in the table.
Expected Results:
There should be more text on the second page.
I first found this on Firefox, but it appears on Mozilla too. I had to add in more BRs to reproduce it on Mozilla, as they appear to display the data differently.
(Tested on Firefox version: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060116 Firefox/1.6a1)
I've mostly tested this with Print Preview but any time I've actually printed it I've gotten the same results.
| Reporter | ||
Comment 1•20 years ago
|
||
Will work fine in Firefox.
| Reporter | ||
Comment 2•20 years ago
|
||
Works correctly in Mozilla.
Comment 3•20 years ago
|
||
with the second attachment, The second page is ok, but the "last line" is missing from the third page.
==> printing
Assignee: general → printing
Component: General → Printing
Keywords: testcase
Product: Mozilla Application Suite → Core
QA Contact: general
Version: unspecified → Trunk
Comment 4•20 years ago
|
||
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a1) Gecko/20060219 Firefox/1.6a1 ID:2006021908
Confirmed.
If you remove the <thead>, it prints fine.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
Assignee: printing → nobody
QA Contact: printing
Comment 5•15 years ago
|
||
WORKSFORME in a recent mozilla-central nightly build:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100523 Minefield/3.7a5pre
When I print-preview either testcase, I see all of the chunks (1 through 6), spread across 3 pages (with "This should repeat at the top of every page." shown at the top of every page).
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•