sdglhm / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Page-Break in Table-Cell does not work #372

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a html-table with a few lines and put more than 50 lines of content 
into on of the cells.
2. Give this html-table to dompdf
3. Watch the pdf that was created

What is the expected output? What do you see instead?
I expected dompdf to show one part of the long table-cell on page 1 and the 
second part which doesn't fit on page 1 on page 2. Insted the whole table-row 
is shown on page 2 and more than the half of page 1 is empty.

What version of the product are you using? On what operating system?
Operating System: Linux Debian

Please provide any additional information below.
Is there something i can do against this problem?

Original issue reported on code.google.com by Monika.M...@gmail.com on 24 Oct 2011 at 10:50

GoogleCodeExporter commented 9 years ago
This appears to be due to the same problem outlined in issue 91 (dompdf unable 
to split table cells across pages). The result is not quite the same as that 
issue probably because your row is not quite large enough to cause the infinite 
loop. We're looking to implement a solution for the 0.6.0 release.

There's not a whole lot you can do to address this issue. You'll either have to 
remove the content from the table or split it up into multiple rows.

Original comment by eclecticgeek on 25 Oct 2011 at 12:36

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16