You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think i've ran into a bug: when a table does not fit on one page anymore, it is not moved correctly to the next page. Instead, it's height and width is reduced to almost zero, leaving just a small bar. See the PoC below:
Case 1: when the first div is small enough to leave sufficient room for the table, everything renders correctly. (div height = 21cm or lower)
Case 2: when the div this so large that it pushes the 'Before table' text to the next page, everything renders correctly (div height = 25 or more).
Case 3: when the div's height leave enough room for the 'Before table' text but not for the (entire) table, the table is not rendered correctly. (22cm - 24 cm).
I've noticed this behavior in WeasyPrint 43 - 50 (didn't check all intermediary versions though).
The text was updated successfully, but these errors were encountered:
I think i've ran into a bug: when a table does not fit on one page anymore, it is not moved correctly to the next page. Instead, it's height and width is reduced to almost zero, leaving just a small bar. See the PoC below:
Case 1: when the first div is small enough to leave sufficient room for the table, everything renders correctly. (div height = 21cm or lower)
Case 2: when the div this so large that it pushes the 'Before table' text to the next page, everything renders correctly (div height = 25 or more).
Case 3: when the div's height leave enough room for the 'Before table' text but not for the (entire) table, the table is not rendered correctly. (22cm - 24 cm).
I've noticed this behavior in WeasyPrint 43 - 50 (didn't check all intermediary versions though).




The text was updated successfully, but these errors were encountered: