When Printing Tables in Google Chrome, Content Overlaps Header

When printing tables in Google Chrome, content overlaps header

That bug was reported as issue 621258 in the Chromium project. The status of the issue was set to Fixed on July 5, 2017, but I see the problem in Chrome 60.0.3112.113 (the current version as of August 25, 2017) on Windows 7. I added a comment to bring your case to their attention.

The issue 759195 was opened a few days later for that problem, and it was marked as Fixed shortly afterwards.

Chrome printing bug - wrongly printing table headers at top of page

We have a workaround:

@media  print {
thead {
display: table-row-group
}
}

This loses a feature we don't need much in our reports - repeating of table headers at page breaks - so it is sufficient for us, and is easily removed when Chrome gets fixed.

Having Google Chrome repeat table headers on printed pages

I believe this is a bug in Chrome.



Related Topics



Leave a reply



Submit