Bug 68846 - take padding/border on flexbox into account with direction:rtl
Summary: take padding/border on flexbox into account with direction:rtl
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:
 
Reported: 2011-09-26 15:44 PDT by Ojan Vafai
Modified: 2011-09-27 14:44 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.77 KB, patch)
2011-09-26 15:44 PDT, Ojan Vafai
no flags Details | Formatted Diff | Diff
Patch (5.75 KB, patch)
2011-09-26 15:50 PDT, Ojan Vafai
no flags Details | Formatted Diff | Diff
Patch (8.29 KB, patch)
2011-09-27 13:33 PDT, Ojan Vafai
hyatt: 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 2011-09-26 15:44:07 PDT
take padding/border on flexbox into account with direction:rtl
Comment 1 Ojan Vafai 2011-09-26 15:44:43 PDT
Created attachment 108741 [details]
Patch
Comment 2 Ojan Vafai 2011-09-26 15:50:45 PDT
Created attachment 108743 [details]
Patch
Comment 3 Ojan Vafai 2011-09-26 15:52:08 PDT
Obviously the FIXME to make all these flowAware methods respect flex-flow applies to this new method as well.
Comment 4 Ojan Vafai 2011-09-27 13:33:27 PDT
Created attachment 108889 [details]
Patch
Comment 5 Dave Hyatt 2011-09-27 13:57:21 PDT
Comment on attachment 108889 [details]
Patch

r=me
Comment 6 Ojan Vafai 2011-09-27 14:44:58 PDT
Committed r96159: <http://trac.webkit.org/changeset/96159>