Table content is not printed on second page
Categories
(Core :: Printing: Output, defect)
Tracking
()
People
(Reporter: evgeny.baram, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:108.0) Gecko/20100101 Firefox/108.0
Steps to reproduce:
Load attached HTML file and open print preview.
Actual results:
The attached file has three similar tables, but on second and third pages there are no text content on print preview, only table border lines.
Expected results:
Table on second+ page has content.
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Printing: Output' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•3 years ago
|
||
This seems to be related to the tables having position: absolute applied (via the canvasItem class). If I remove that rule, the content appears as expected on all the pages (although the positioning shifts a bit, which is not surprising).
It's weird, though, that the borders appear even when the content is missing on subsequent pages.
And the exact behavior seems to depend on other factors as well; e.g. by removing the @page rule, I got content appearing in two of the three tables, but the third was still missing all its text.
Comment 4•2 years ago
|
||
This seems to be resolved now, likely with some of the improvements from the client-side gsuite project fixed this in the past year.
If you can still reproduce this, we can re-open the bug.
Description
•