Closed
Bug 322393
Opened 20 years ago
Closed 20 years ago
Mozilla doesn't print table rows after page break
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 132035
People
(Reporter: brad, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
The example URL above has page-breaks written into the HTML using div tags and the CSS 'page-break-after: always' style. After the first page-break there is a long table that should wrap to the third page when printing and take up about half of the third page. At that point there is another page-break in the HTML. However, when I print it out the third page is blank. Only the part of the table that appears on page two of the printed document gets printed (up to about row 16). The last part of the table doesn't appear on page 3 in print preview either. This is difficult to explain but if you look at the example URL you will see what I mean. I initially noticed this after upgrading to Firefox 1.5. It doesn't happen in older versions. I downloaded the most recent build of Mozilla and the problem shows up there too. I've tried it on 3 different printers (various HP laserjet models).
Reproducible: Always
Steps to Reproduce:
1. Go to the example URL with Fiefox 1.5 or newest version of Mozilla
2. Print the page or open the print preview window.
Actual Results:
3. You will see that page 3 ought to contain the end of the table from page 2 but instead it is blank
Expected Results:
it should have printed the end of the table
Comment 1•20 years ago
|
||
This is a duplicate of bug 132035
*** This bug has been marked as a duplicate of 132035 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 2•20 years ago
|
||
Um, is this really related? Well, like I knew something... ;)
132035 is a fairly old bug related to page breaks not working properly. But here table rows actually just disappear, tables not being continued on next page. I haven't noticed it earlier before Seamonkey 1.0 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0).
Another example is here:
<URL:http://fab51.com/cpu/barton/athlon-e20.html>
A letter size page should make the tables being split between pages (, and the part of the table that should be on next page is lost).
You need to log in
before you can comment on or make changes to this bug.
Description
•