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
We calculate the height of a cell by rendering the cell as a block after
setting an auto height to the cell. This way, it can grow if needed.
But setting the height attribute is not enough: we take care of floats in
finish_block_formatting_context, that checks for the style value: we have to
fake this value too.
Related to #2216. Fix#2293.
There seems to be an issue with calculating table width even after #2087
The results differ between WeasyPrint and how browsers render the tables.
WeasyPrint:
Chrome:
The html is dynamic it comes from tinymce editor so we don't have 100% control over it.
The text was updated successfully, but these errors were encountered: