Bug 214302

Summary: text not rendering with column-count + overflow:hidden + position:absolute combination
Product: WebKit Reporter: Jesse Luoto <jesse.luoto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: Safari 13   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proof of concept none

Description Jesse Luoto 2020-07-14 05:53:04 PDT
Created attachment 404225 [details]
Proof of concept

Using `column-count: 2;` or more, on the subsequent columns if there's a `position: relative; overflow: hidden;` element that includes `position: absolute;`, the content does not render at all.

See the attached proof of concept or visit:
https://jsfiddle.net/pv50w69h/
Comment 1 Radar WebKit Bug Importer 2020-07-14 22:48:13 PDT
<rdar://problem/65586692>
Comment 2 Brent Fulgham 2022-02-12 18:04:36 PST
QA confirmed this is resolved