Bug 16650

Summary: REGRESSION (r28278-r28314): ATSUI uses LTR writing direction for all text runs
Product: WebKit Reporter: mitz
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Critical Keywords: InRadar, LayoutTestFailure, Regression
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<div style="direction: rtl; font-family: 'Lucida Grande'">&#x05d0;.</div>
Attachments:
Description Flags
Pass style (including writing direction) to ATSUILayoutParameters mrowe: review+

Description mitz 2007-12-28 19:22:42 PST
To reproduce: open the URL, then choose Use ATSU for All Text from the Debug menu and force a repaint. Notice how the period moves to the right of the Hebrew letter.

Probably regressed in <http://trac.webkit.org/projects/webkit/changeset/28298>.
Comment 1 mitz 2007-12-28 19:30:32 PST
fast/text/ATSUI-spacing-features.html fails in pixel mode because of this bug.
Comment 2 mitz 2007-12-28 19:39:30 PST
<rdar://problem/5664872>
Comment 3 mitz 2007-12-28 19:59:51 PST
Created attachment 18163 [details]
Pass style (including writing direction) to ATSUILayoutParameters
Comment 4 mitz 2007-12-28 20:20:58 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/29021>.