Bug 214302 - text not rendering with column-count + overflow:hidden + position:absolute combination
Summary: text not rendering with column-count + overflow:hidden + position:absolute co...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari 13
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-14 05:53 PDT by Jesse Luoto
Modified: 2022-02-12 18:04 PST (History)
4 users (show)

See Also:


Attachments
Proof of concept (752 bytes, text/html)
2020-07-14 05:53 PDT, Jesse Luoto
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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