[Webkit-unassigned] [Bug 249010] SHOULD NEVER BE REACHED in Layout::TextUtil::breakWord

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 13:04:23 PST 2022


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

--- Comment #4 from zalan <zalan at apple.com> ---
This is caused by a shortcut we take in IFC when measuring text based content. It results in a slightly incorrect content width value when runs separated by soft wrap opportunities measure differently than the sum of the run widths individually (ie width("AB") != width("A") + width("B")). In case of "b.hatena.ne.jp" we produce an incorrect rendering but that is addressed here: bug 249030 (and there's no other visual impact AFAICT).

-- 
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/20221209/39e32488/attachment.htm>


More information about the webkit-unassigned mailing list