[Webkit-unassigned] [Bug 205485] [Win] fast/text/stale-TextLayout-from-first-line.html is failing since Bug 204884
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 19 20:33:05 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205485
--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 386177
--> https://bugs.webkit.org/attachment.cgi?id=386177&action=review
simplified test case
̀ doesn't show because
ComplexTextController::adjustGlyphsAndAdvances replaces a glyph
of ̀ with the space glyph.
stringIndices given by collectComplexTextRunsForCharacters are incorrect.
Uniscribe returns clusters.
For " ̀", it returns [0 0]. This means both glyphs consist of a single cluster starting at 0th glyph.
Then, clusters are converted into stringIndices. It's [0 0].
This means both glyphs correspond to 0th charcther. This is incorrect.
ComplexTextController::adjustGlyphsAndAdvances replaces glyphs in the positions of space charcthers with the space glyph.
--
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/20191220/200f63b5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list