michaelrsweet/htmldoc

Missing ROWSPAN cell in table stretching across multiple pages

Opened this issue · 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

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

Right, ROWSPAN is the attribute triggering the bug.