Bug 158845 - min-height attribute overrides height and max height when a container also has columns
Summary: min-height attribute overrides height and max height when a container also ha...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari 9
Hardware: Mac iOS 9.3
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-16 13:29 PDT by Kevin Garcia
Modified: 2022-07-14 16:36 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Garcia 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".
Comment 1 Brent Fulgham 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.