typst/tests/typ/bugs
jdierkes 249d5fe515
Fix grid-cell misalignment bug (#963) (#978)
Having a table span multiple pages can cause an alignment bug in the
table itself. If the first region in a cell in a grid row is empty, all
other cells in this row will skip the first region. A misalignment bug
can occur, since the calculation of all region sizes happen before the
skip. The overall size allocated for the content of a cell with multiple
regions and content in the first region thus is too little.
Fixes #963
2023-04-26 11:22:35 +02:00
..
args-sink.typ Fix argument sinks 2023-04-19 17:51:33 +02:00
columns-1.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
flow-1.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
flow-2.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
flow-3.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
flow-4.typ Block sizing 2023-02-13 16:04:25 +01:00
grid-1.typ Change grid base for auto columns 2023-02-12 11:38:42 +01:00
grid-2.typ Fix grid-cell misalignment bug (#963) (#978) 2023-04-26 11:22:35 +02:00
grid-3.typ Fix grid sizing 2023-02-14 12:34:16 +01:00
math-realize.typ Fix math hiding once more 2023-04-19 16:51:47 +02:00
place-base.typ Fix place base 2023-02-12 13:23:40 +01:00
square-base.typ Fix square base 2023-02-12 16:38:18 +01:00