Bug 34186

Summary: [chromium] complex text draws newlines as bells
Product: WebKit Reporter: Evan Martin <evan>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: agl, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
patch
none
patch none

Description Evan Martin 2010-01-26 15:38:50 PST
http://code.google.com/p/chromium/issues/detail?id=33122 has a screenshot.

It's because we don't filter out newlines before handing the text to Harfbuzz, and it thinks the bell is a good glyph for showing a newline.
Comment 1 Evan Martin 2010-01-26 15:52:31 PST
Created attachment 47454 [details]
patch
Comment 2 Evan Martin 2010-01-26 16:05:00 PST
Created attachment 47455 [details]
patch
Comment 3 Evan Martin 2010-01-27 15:01:02 PST
Comment on attachment 47455 [details]
patch

was waiting for agl to glance at this -- he says it looks fine, so it's ready for commit
Comment 4 WebKit Commit Bot 2010-01-27 16:17:01 PST
Comment on attachment 47455 [details]
patch

Clearing flags on attachment: 47455

Committed r53958: <http://trac.webkit.org/changeset/53958>
Comment 5 WebKit Commit Bot 2010-01-27 16:17:06 PST
All reviewed patches have been landed.  Closing bug.