Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix height of rows with no drawn cells being ignored #107

Merged
merged 3 commits into from
Dec 31, 2023

Conversation

PgBiel
Copy link
Owner

@PgBiel PgBiel commented Dec 31, 2023

This bug was specific to the old renderer. The row heights were otherwise being calculated correctly.

@PgBiel PgBiel added bug Something isn't working renderer Related to the final rendering (drawing) step of the table. labels Dec 31, 2023
@PgBiel PgBiel added this to the v0.0.8 milestone Dec 31, 2023
@PgBiel PgBiel self-assigned this Dec 31, 2023
With the old code, rows which had no cells to draw would have their
heights skipped, leading to overlap with further rows or even with
paragraphs after the table.
This affected rowspans spanning all columns, since all rows other than
the first would not be drawn at all, thus their heights would be ignored
when sizing the table.
@PgBiel PgBiel force-pushed the full-rowspan-sizing branch from 325b589 to ed3b8cd Compare December 31, 2023 20:52
@PgBiel PgBiel merged commit 19dd507 into 0.1.0-dev Dec 31, 2023
3 checks passed
@PgBiel PgBiel deleted the full-rowspan-sizing branch December 31, 2023 21:05
PgBiel added a commit that referenced this pull request Dec 31, 2023
Fix height of rows with no drawn cells being ignored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working renderer Related to the final rendering (drawing) step of the table.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant