[Webkit-unassigned] [Bug 13136] Spurious glyphs in Google Israel and Gmail (all languages)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 18:29:30 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13136


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |hyatt at apple.com
                   |unassigned at lists.webkit.org |




------- Comment #17 from hyatt at apple.com  2007-03-23 18:29 PDT -------
(In reply to comment #14)
> Anyway if the Firefox behavior is desired (and it's not clear how much we need
> to match them), then we would have to deal with these characters in bidi.cpp
> rather than in the font routines, so I stand corrected.
> 

I thought about this some more, and I believe my original recommendation was
correct.  Because floatWidth measures these glyphs (it runs in both
calcMinMaxWidth and findNextLineBreak), we need to make sure these glyphs have
zero width in the low-level Font rendering routines.  Otherwise widths will be
computed inaccurately.

This does not preclude us from adding code to bidi.cpp to avoid having them in
the rendered runs, but they also can't be part of measurements either.

Taking this bug since I own the corresponding Radar.


-- 
Configure bugmail: http://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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list