Bug 13177 - Suppress control characters in the ATSUI code path
Summary: Suppress control characters in the ATSUI code path
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
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 01:11 PDT by mitz
Modified: 2021-10-25 23:34 PDT (History)
0 users

See Also:


Attachments
Patch (2.59 KB, patch)
2007-03-24 01:19 PDT, mitz
no flags Details | Formatted Diff | Diff
Patch (2.62 KB, patch)
2007-03-24 03:36 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 01:11:06 PDT
The complex text rendering code path should not render control characters (including LRM/RLM), instead replacing them with zero-width space like the simple code path does.
Comment 1 mitz 2007-03-24 01:19:22 PDT
Created attachment 13793 [details]
Patch
Comment 2 mitz 2007-03-24 03:36:11 PDT
Created attachment 13795 [details]
Patch
Comment 3 Dave Hyatt 2007-03-24 03:37:24 PDT
Comment on attachment 13795 [details]
Patch

r=me
Comment 4 Mark Rowe (bdash) 2007-03-24 03:41:40 PDT
Landed in r20468.