mtawfik2015 / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

Weird Rendering when using rowspan with -fs-table-paginate:paginate #244

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using a rowspan attribute in my table. And in the pdf, the rowspan is 
extended over page-breaks. It works fine. But, as soon as I use 
-fs-table-paginate in my table css to repeat the table headers in each page, 
the rendering gets weird. The rowspan is breaking. It is not spanning the 
specified rows properly. I am getting an improper table structure. 

The expected output is rowspan along with the repetition of headers. But I am 
seeing a broken table. where the cells having rowspan attribute are  starting 
and ending in an irregular and unexpected manner.

I am using version 1.0 of Flying Saucer.

Original issue reported on code.google.com by rahulvee...@gmail.com on 10 Sep 2014 at 10:22