Bug 92722
Summary: | CSS3 multi column and min height | ||
---|---|---|---|
Product: | WebKit | Reporter: | Niklas Claesson <niklas> |
Component: | CSS | Assignee: | Dave Hyatt <hyatt> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | hyatt, rv.kamath |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
Niklas Claesson
Todays behavior in Chrome is that if I specify multi-column and min height it extends with more columns instead of increasing height. In firefox it increases the height.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rajath Kamath
What should be the ideal behavior in such cases?
1. Should webkit based browsers behave like firefox by increasing the height.
2. Should webkit clip the part of the element exceeding the height of the column which makes the behavior coherent with the excess width case.
Thanks!
Dave Hyatt
(In reply to comment #1)
> What should be the ideal behavior in such cases?
> 1. Should webkit based browsers behave like firefox by increasing the height.
Yes.