Bug 69173 - [CSS3 Regions] RTL and LTR mixtures still not correct in variable width regions
Summary: [CSS3 Regions] RTL and LTR mixtures still not correct in variable width regions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 14:39 PDT by Dave Hyatt
Modified: 2011-09-30 15:12 PDT (History)
0 users

See Also:


Attachments
Patch (63.66 KB, patch)
2011-09-30 14:51 PDT, 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-09-30 14:39:15 PDT
RTL and LTR mixtures still not correct in variable width regions. The loop was much simpler than i thought. You can just adjust the offset based off your own directionality.
Comment 1 Dave Hyatt 2011-09-30 14:51:09 PDT
Created attachment 109352 [details]
Patch
Comment 2 Dave Hyatt 2011-09-30 15:12:22 PDT
Fixed in r96431.