Bug 13178 - Helvetica zero-width space has non-zero width
Summary: Helvetica zero-width space has non-zero width
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: data:text/html,<span style="font-fami...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 03:14 PDT by mitz
Modified: 2007-03-31 01:15 PDT (History)
1 user (show)

See Also:


Attachments
Force ZWS glyph to have zero width (45.88 KB, patch)
2007-03-30 02:03 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-03-24 03:14:36 PDT
Summary: Helvetica's zero-width space glyph has non-zero width. WebKit should ignore this and render it as zero-width.
Comment 1 mitz 2007-03-24 13:20:17 PDT
Note that this is a valid issue (and cannot be dismissed as a bug in the font) because (1) the simple text rendering code path replaces certain non-printing characters with the zero-width space glyph and (2) the complex (ATSUI) code path actually does force ZWS to have zero width regardless of the font (so there is inconsistency between the code paths).
Comment 2 mitz 2007-03-30 02:03:53 PDT
Created attachment 13885 [details]
Force ZWS glyph to have zero width
Comment 3 Dave Hyatt 2007-03-30 03:01:54 PDT
Comment on attachment 13885 [details]
Force ZWS glyph to have zero width

r=me
Comment 4 Alexey Proskuryakov 2007-03-31 01:15:58 PDT
Committed revision 20635.