htmldoc icon indicating copy to clipboard operation
htmldoc copied to clipboard

Missing ROWSPAN cell in table stretching across multiple pages

Open tadeuszg opened this issue 3 years ago • 2 comments

See the attached example.

The table entries in rows stretching across subsequent pages may not be visible in the generated PDF file. The "Test" entry from line 55 of the "missing_entry.htm" file is not visible in the first column of the table in the "bug_win.pdf" and "bug_lin.pdf" files.

If you remove a single paragraph (<p>... </p>) from the text before the table, you can see that the entry may also appear in an incorrect position (the page footer area rather than the document area).

missing_entry.zip

tadeuszg avatar Jun 29 '21 14:06 tadeuszg

OK, so the issue seems to be that the rowspan vertical alignment doesn't work across pages. Investigating...

michaelrsweet avatar Jul 08 '21 00:07 michaelrsweet

Right, ROWSPAN is the attribute triggering the bug.

tadeuszg avatar Jul 08 '21 17:07 tadeuszg