Bug 13177

Summary: Suppress control characters in the ATSUI code path
Product: WebKit Reporter: mitz
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
See Also: https://bugs.webkit.org/show_bug.cgi?id=232293
Attachments:
Description Flags
Patch
none
Patch hyatt: review+

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.