Bug 158845

Summary: min-height attribute overrides height and max height when a container also has columns
Product: WebKit Reporter: Kevin Garcia <thekevin>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, hyatt, thekevin, zalan
Priority: P2    
Version: Safari 9   
Hardware: Mac   
OS: iOS 9.3   

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.