1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint/layout
Guillaume Ayoub 236d1dd309 Don’t render table cells as if they are on empty pages
The page_is_empty was probably set to True to force rendering, but using
max_position=inf should already allow all cells to be rendered.

When cells are rendered with page_is_empty set to True, the top margin of their
first children is removed, because margins are always removed at the top of
blocks split between multiple pages.

Fix #1254.
2020-11-21 19:24:48 +01:00
..
__init__.py Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
absolute.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
backgrounds.py Fix column background position for rtl tables 2020-04-08 15:31:24 +02:00
blocks.py Clean formatted strings 2020-05-30 15:55:44 +02:00
columns.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
flex.py Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
float.py Handle most cases for boxes avoiding flots in rtl containers 2020-05-22 17:09:17 +02:00
inlines.py Clean formatted strings 2020-05-30 15:55:44 +02:00
min_max.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
pages.py Clean formatted strings 2020-05-30 15:55:44 +02:00
percentages.py Clean formatted strings 2020-05-30 15:55:44 +02:00
preferred.py Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
replaced.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
tables.py Don’t render table cells as if they are on empty pages 2020-11-21 19:24:48 +01:00