Bug 65303
Summary: | CSS columns and min-height | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hans <htsl> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Minor | CC: | hyatt, shanestephens |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Hans
I discovered that the height of a box will not be changed to the needed height when columns and min-height are defined. Instead the columns will continue to the right so that the layout is destroyed and you have to scroll horizontally. When you switch off the min-height, the box will change to its normal behavior. This behavior is quite new and was not in older Versions. It affects Safari and Chrome on Mac OS and Windows. You can see the effect here: http://www.innowatt24.com/sites/info.php?ref=agb
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shane Stephens
*** This bug has been marked as a duplicate of bug 65691 ***