NEW 68175
[Mac] Word spacing is not applied at run boundaries in complex text
https://bugs.webkit.org/show_bug.cgi?id=68175
Summary [Mac] Word spacing is not applied at run boundaries in complex text
mitz
Reported 2011-09-15 11:39:12 PDT
Created attachment 107520 [details] Test case See the attached test case. This happens because of the (characterIndex > 0) test in ComplexTextController::adjustGlyphsAndAdvances(). In the test case, the run boundary before the space is the result of a change from the small caps variant to the normal variant, but a face change (because of fallback) can cause the same behavior.
Attachments
Test case (180 bytes, text/html)
2011-09-15 11:39 PDT, mitz
no flags
mitz
Comment 1 2011-09-15 11:40:08 PDT
Note You need to log in before you can comment on or make changes to this bug.