[Webkit-unassigned] [Bug 186010] New: REGRESSION (r95391-r232220): Incorrect font used to render decomposed grapheme cluster in some cases
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 25 22:52:38 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186010
Bug ID: 186010
Summary: REGRESSION (r95391-r232220): Incorrect font used to
render decomposed grapheme cluster in some cases
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: NeedsRadar, Regression
Severity: Normal
Priority: P2
Component: Text
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mitz at webkit.org
CC: mmaxfield at apple.com
In the following test case:
<div style="font-family: verdana, times;">
î and i̿
</div>
the first grapheme cluster (lowercase I with combining circumflex) is rendered in Times, but it should be rendered in Verdana.
This works correctly in OS X Mountain Lion 10.8.5, after <https://trac.webkit.org/r95391>, the fix for bug 68287, but got broken some time between then and r232220. The problem is that Font::canRenderCombiningCharacterSequence() started returning false for Verdana and the i+circumflex sequence.
--
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/20180526/7a523b6a/attachment-0001.html>
More information about the webkit-unassigned
mailing list