WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
158845
min-height attribute overrides height and max height when a container also has columns
https://bugs.webkit.org/show_bug.cgi?id=158845
Summary
min-height attribute overrides height and max height when a container also ha...
Kevin Garcia
Reported
2016-06-16 13:29:05 PDT
test case:
http://codepen.io/kgcreative/pen/LZZgxG
specifying min-height: anything breaks the layout in Version 9.1.1 (11601.6.17) as well as safari for iOS. if I specify min-height: 0, the problem goes away. If I specify max height, or height, the min-height attribute overrides both of these. if I remove "column-count", the problem goes away. It seems to be specific to min-height in combination with "column-count".
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2022-07-14 16:36:13 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug