RESOLVED FIXED Bug 193567
::before/::after elements not filling their grid cell when container has display: contents
https://bugs.webkit.org/show_bug.cgi?id=193567
Summary ::before/::after elements not filling their grid cell when container has disp...
Michał Gołębiowski-Owczarek
Reported 2019-01-18 00:35:17 PST
Created attachment 359457 [details] A test case When a CSS Grid container has a child with `display: contents` with styled ::before/::after, the ::before/::after elements are not displayed. The problem exists in Safari Technology Preview & Safari 12 as well as iOS 12. See the test case: https://codepen.io/mgol/pen/vvqKpL
Attachments
A test case (876 bytes, text/html)
2019-01-18 00:35 PST, Michał Gołębiowski-Owczarek
no flags
Expected output (Chrome, Firefox) (22.71 KB, image/png)
2019-01-18 01:21 PST, Michał Gołębiowski-Owczarek
no flags
Buggy output (Safari) (18.50 KB, image/png)
2019-01-18 01:21 PST, Michał Gołębiowski-Owczarek
no flags
patch (8.76 KB, patch)
2019-10-30 06:11 PDT, Antti Koivisto
no flags
Michał Gołębiowski-Owczarek
Comment 1 2019-01-18 00:37:06 PST
Adding `display: block` to the ::before/::after styles fixes the issue. The original test case works fine in Chrome 71 & Firefox 64. Edge doesn't support `display: contents` so it won't work there.
Michał Gołębiowski-Owczarek
Comment 2 2019-01-18 00:46:51 PST
This broke a cool Slack logo on Grid demo by Ana Tudor she posted on Twitter: https://codepen.io/thebabydino/pen/rogQZb https://twitter.com/anatudor/status/1085994803173699588
Michał Gołębiowski-Owczarek
Comment 3 2019-01-18 01:21:12 PST
Created attachment 359460 [details] Expected output (Chrome, Firefox)
Michał Gołębiowski-Owczarek
Comment 4 2019-01-18 01:21:34 PST
Created attachment 359461 [details] Buggy output (Safari)
Antti Koivisto
Comment 5 2019-10-30 06:11:15 PDT
WebKit Commit Bot
Comment 6 2019-10-30 10:52:07 PDT
Comment on attachment 382299 [details] patch Clearing flags on attachment: 382299 Committed r251780: <https://trac.webkit.org/changeset/251780>
WebKit Commit Bot
Comment 7 2019-10-30 10:52:09 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8 2019-10-30 10:53:17 PDT
Note You need to log in before you can comment on or make changes to this bug.