[Webkit-unassigned] [Bug 208845] Text layout miscalculates the number of lines that can fit in a single column

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 12:00:08 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=208845

--- Comment #2 from Brad Andalman <bya at 180g.co> ---
I recently looked into this bug again, and the unequal number of lines per column seems to happen because the text in subsequent columns (i.e. all but the first) is shifted down one pixel. When the line height divides the available height evenly, this means that we can't fit the expected number of lines of text.

However, you can still see this pixel shift when I increase the body height and the columns all show the same number of lines. I'm attaching a screenshot that illustrates this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220616/64c22837/attachment.htm>


More information about the webkit-unassigned mailing list