[Webkit-unassigned] [Bug 30562] [GTK] fast/text/zero-width-characters.html fails in GTK+

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 25 19:20:59 PDT 2009


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





--- Comment #4 from mitz at webkit.org  2009-10-25 19:20:59 PDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > 0 indicates the missing glyph, so it appears that the font doesn’t have a glyph
> > for ZWS. The code is written to avoid overriding the width of the missing
> > glyph.
> 
> Shouldn't we still somehow force width 0 even if the font lacks a glyph for
> those characters?

If the font lacks a glyph for ZWS, then the next font from the font-family list
will be used as fallback, and eventually the system fallback font will be used.
Is it really the case that not even the system fallback font has a glyph for
ZWS, or is there some other bug? If it’s the former, then maybe the fix should
be targeted at the system fallback font case only somehow.

-- 
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