Bug 78555

Summary: rtl + flex-direction:column is positioning elements incorrectly
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 62048    
Attachments:
Description Flags
Patch tony: review+

Description Ojan Vafai 2012-02-13 17:05:22 PST
rtl + flex-direction:column is positioning elements incorrectly
Comment 1 Ojan Vafai 2012-02-13 17:06:19 PST
Created attachment 126870 [details]
Patch
Comment 2 Tony Chang 2012-02-13 18:27:48 PST
Comment on attachment 126870 [details]
Patch

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

> Source/WebCore/ChangeLog:15
> +        * rendering/RenderFlexibleBox.cpp:
> +        (WebCore::RenderFlexibleBox::alignChildren):

Please add a comment here explaining why the order matters.
Comment 3 Ojan Vafai 2012-02-15 12:01:33 PST
This was committed as http://trac.webkit.org/changeset/107659.