anasera3 / dompdf

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

Nested table wrapping to next page and cutting off (worked in 0.5.1) #538

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I have recently upgraded to 0.6.0 beta 3 from 0.5.1 and have found an issue 
with table rendering.

When I have a nested table that would wrap to the next page, it pushes the 
whole thing to the next page and if longer than that page, cuts off the bottom 
of the nested table. The same input works in 0.5.1 as expected.

See:
0.5.1: 
http://eclecticgeek.com/dompdf/debug.php?identifier=7bad65d73574e086c440f9611eca
d7d4
0.6.0 Trunk: 
http://eclecticgeek.com/dompdf/debug.php?identifier=6e41f5b85e11ff166b26e58157a5
694c
for an example.

Not sure if this is related to 
http://code.google.com/p/dompdf/issues/detail?id=91 or not as that one seemed 
to happening in 0.5.1 as well.

Original issue reported on code.google.com by 00l...@gmail.com on 25 Sep 2012 at 4:42

GoogleCodeExporter commented 9 years ago
Might also be related to issue 515? The cutoff is likely due to changes to 
avoid Issue 91, but I'm not sure why so many pages are inserted between the top 
and bottom.

I'm surprised this one isn't affected by the large-frame bug. Seems like a 
perfect candidate.

Original comment by eclecticgeek on 25 Sep 2012 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00