Bug 131741 - [New Multicolumn] Percentage heights should skip the flow thread for calculations
Summary: [New Multicolumn] Percentage heights should skip the flow thread for calculat...
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: 2014-04-16 10:30 PDT by Dave Hyatt
Modified: 2014-04-16 10:37 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.24 KB, patch)
2014-04-16 10:33 PDT, Dave Hyatt
simon.fraser: 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 2014-04-16 10:30:23 PDT
Make sure percentage heights don't get resolved against an auto height flow thread. The flow thread needs to be skipped for these calculations.
Comment 1 Dave Hyatt 2014-04-16 10:33:14 PDT
Created attachment 229455 [details]
Patch
Comment 2 Dave Hyatt 2014-04-16 10:37:32 PDT
Fix landed in r167353.