Bug 90349

Summary: [mac] Non-BMP characters in vertical text appear as missing glyphs
Product: WebKit Reporter: mitz
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
Test case
none
Account for the behavior of wkGetVerticalGlyphsForCharacters CTFontGetGlyphsForCharacters with surrogate pairs dino: review+

Description mitz 2012-07-01 12:31:34 PDT
Created attachment 150333 [details]
Test case

<rdar://problem/11785743>

In vertical text, characters outside the BMP appear as missing glyphs. See attached test case.
Comment 1 mitz 2012-07-01 12:37:31 PDT
Created attachment 150334 [details]
Account for the behavior of wkGetVerticalGlyphsForCharacters CTFontGetGlyphsForCharacters with surrogate pairs
Comment 2 Dean Jackson 2012-07-01 16:54:18 PDT
Comment on attachment 150334 [details]
Account for the behavior of wkGetVerticalGlyphsForCharacters CTFontGetGlyphsForCharacters with surrogate pairs

View in context: https://bugs.webkit.org/attachment.cgi?id=150334&action=review

> Source/WebCore/ChangeLog:13
> +        functionsâ behavior of placing glyphs at indices corresponding to the first character of

Is the bad possessive apostrophe an error in your patch or in bugzilla tools?
Comment 3 mitz 2012-07-01 16:58:54 PDT
(In reply to comment #2)
> (From update of attachment 150334 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=150334&action=review
> 
> > Source/WebCore/ChangeLog:13
> > +        functionsâ behavior of placing glyphs at indices corresponding to the first character of
> 
> Is the bad possessive apostrophe an error in your patch or in bugzilla tools?

It’s bug 75394. Thanks for the review!
Comment 4 mitz 2012-07-01 17:10:18 PDT
Fixed in <http://trac.webkit.org/r121645>.