Issue metadata
Sign in to add a comment
|
Duplicate content when printing
Reported by
a...@cesygroup.com,
Sep 13 2016
|
||||||||||||||||||||
Issue descriptionChrome Version : Google Chrome 53.0.2785.101 (Official Build) m (32-bit) Revision d68319683072a27031ebac6ac151e59f4190cab7-refs/branch-heads/2785@{#838} OS Windows Blink 537.36 (@d68319683072a27031ebac6ac151e59f4190cab7) JavaScript V8 5.3.332.43 Flash 22.0.0.209 URLs (if applicable) : None Other browsers tested: None Add OK or FAIL, along with the version, after other browsers where you have tested this issue: Safari: Firefox: IE: What steps will reproduce the problem? (1) Make a following table <table> <thead> <tr> <th>Test</th> <th>Test</th> <th>Test</th> <th>Test</th> <th>test</th> <th></th> <th>Test</th> </tr> </thead> <tbody> <tr> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> </tr> </tbody> </table> <h2 style="page-break-before: always;">TEST</h2> <table> <thead> <tr> <th>Test</th> <th>Test</th> <th>Test</th> <th>Test</th> <th>test</th> <th></th> <th>Test</th> </tr> </thead> <tbody> <tr> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> <td>Test</td> </tr> </tbody> </table> (2) Press Ctrl+P or right click and select print and look the table header which will show twice on the second page. (3) What is the expected result? Table header should appear only once per html markup. What happens instead? Table header shows twice Please provide any additional information below. Attach a screenshot if possible.
,
Sep 15 2016
We seen this problem as well and have had to advice all of our customers to stop using Chrome as all our reports use tables.
,
Sep 15 2016
Workaround:
@media print {
thead {
break-inside: auto;
}
}
,
Sep 15 2016
This is the same as issue 645421 .
,
Sep 19 2016
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by palo.mar...@gmail.com
, Sep 14 2016