Bug 78555 - rtl + flex-direction:column is positioning elements incorrectly
Summary: rtl + flex-direction:column is positioning elements incorrectly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks: 62048
  Show dependency treegraph
 
Reported: 2012-02-13 17:05 PST by Ojan Vafai
Modified: 2012-02-15 12:01 PST (History)
2 users (show)

See Also:


Attachments
Patch (18.25 KB, patch)
2012-02-13 17:06 PST, Ojan Vafai
tony: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.