RenderTextMac renders zero-width spaces with gunk on it |
||||
Issue descriptionChrome Version : 51.0.2704.19 OS Version: OS X 10.11.4 Run RenderTextTest.Multiline_ZeroWidthChars with RenderTextMac instead of RenderTextHarfbuzz. Have it fail. Draw the text into views_examples's label_example.cc - see gunk.
,
Jul 19 2016
Blink>Fonts is for blink. RenderTextMac and RenderTextHarfbuzz are in the browser process.
,
Jul 22 2016
This isn't in my queue, but I'll take it if it blocks me elsewhere.
,
Mar 16 2017
,
Mar 21 2017
Bugdroid didn't come along, but this is probably fixed by r457472 -> https://codereview.chromium.org/2756683002/ . Thanks a ton! CL details: """ Fix text rendering with RenderTextMac. BUG= 606705 Glyph 65535 means that the glyph is not printable. Replacing it with 0 results in a striped glyph that's rendered instead of non-printable glyphs. Just remove old invalid code to fix this. In my testing no Skia asserts were triggered. Without this fix the title in tab of url : https://www.google.ru/trends/yis/2016/RU?autoplay=1 will be incorrect rendered: See https://bugs.chromium.org/p/chromium/issues/detail?id=606705#c4 Review-Url: https://codereview.chromium.org/2756683002 Cr-Commit-Position: refs/heads/master@{#457472} Committed: https://chromium.googlesource.com/chromium/src/+/76ea7030842aa09fbe9675701d7a879243ada736 """ |
||||
►
Sign in to add a comment |
||||
Comment 1 by cbiesin...@chromium.org
, Jul 19 2016Components: Blink>Fonts
Status: Untriaged (was: Available)