Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[table-fragmentation] Remove rowspan avoidance logic.
When a cell was rowspanned we'd try to avoid breaking inside it as this makes the logic circular. This however had the undesired effect of rowspanned cells which are larger than the current page looking undesirable, and creating large gaps when printing. This removes the avoidance logic, at the expense of the rowspanned cell not having the correct height if the table has grown due to fragmentation. Bug: 1396218 Change-Id: I10c0afc7bbc5d3ed3323b33417ee2ee22d191404 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4136462 Reviewed-by: Morten Stenshorne <[email protected]> Commit-Queue: Ian Kilpatrick <[email protected]> Cr-Commit-Position: refs/heads/main@{#1090941}
- Loading branch information