[Webkit-unassigned] [Bug 79961] [chromium] Font fallback in cr-win is wrong for string contains zero-width-space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 13:21:58 PST 2012


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





--- Comment #2 from Jungshik Shin <jshin at chromium.org>  2012-03-06 13:21:58 PST ---
(From update of attachment 129728)
View in context: https://bugs.webkit.org/attachment.cgi?id=129728&action=review

If possible, I'd rather add a layout test that does not rely on the actual font used. Revising zero-width-characters-complex-script.html would be better, wouldn't it?

> Source/WebCore/platform/graphics/chromium/UniscribeHelper.cpp:889
> +            bool treatAsZeroWidthSpace = c == zeroWidthSpace || Font::treatAsZeroWidthSpaceInComplexScript(c);

Can you add ZWSP to the set of characters returned by treatAsZeroWidth....?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list