[Webkit-unassigned] [Bug 20237] Zero width and space characters are displayed incorrectly if not contained in a fallback font.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 15:26:00 PDT 2008


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


dglazkov at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23200|review?                     |
               Flag|                            |
  Attachment #23200|0                           |1
        is obsolete|                            |




------- Comment #21 from dglazkov at chromium.org  2008-09-08 15:25 PDT -------
Created an attachment (id=23276)
 --> (https://bugs.webkit.org/attachment.cgi?id=23276&action=view)
With just the 0xFFFC check

Shedding another pound of code after healthy mitzpettel's workout. This patch
leaves finding ZWS glyphs up to IMLang font-linking, instead of using a
separate FontData instance.

So, the only change is making Font:treatAsZeroWidthSpace(c) react to 0xFFFC
properly.


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



More information about the webkit-unassigned mailing list