Bug 56129 - Vertical text broken on Lion and Leopard
Summary: Vertical text broken on Lion and Leopard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-03-10 11:55 PST by Dave Hyatt
Modified: 2011-03-10 12:16 PST (History)
0 users

See Also:


Attachments
Patch (2.27 KB, patch)
2011-03-10 11:56 PST, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (2.09 KB, patch)
2011-03-10 12:07 PST, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2011-03-10 11:55:00 PST
Vertical text is offset by a large amount on Lion and Leopard.  It appears that the CTFontGetVerticalTranslationsForGlyphs method is different only on Snow Leopard.
Comment 1 Dave Hyatt 2011-03-10 11:56:37 PST
Created attachment 85359 [details]
Patch
Comment 2 mitz 2011-03-10 11:58:25 PST
<rdar://problem/9116368>
Comment 3 Dave Hyatt 2011-03-10 12:07:15 PST
Created attachment 85363 [details]
Patch
Comment 4 mitz 2011-03-10 12:08:43 PST
Comment on attachment 85363 [details]
Patch

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

> Source/WebCore/ChangeLog:5
> +        Add Snow Leopard ifdefs for the scaling by point size and then the division by unitsPerEm.

Please add the bugs.webkit.org URL
Comment 5 Dave Hyatt 2011-03-10 12:15:53 PST
Fixed in r80470.
Comment 6 Dave Hyatt 2011-03-10 12:16:10 PST
Sorry, r80740.