[Webkit-unassigned] [Bug 178073] [css-grid] Flexible-width SVG inside grid overlaps other content when collapsed to zero width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 9 06:58:32 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178073

--- Comment #3 from Manuel Rego Casasnovas <rego at igalia.com> ---
Created attachment 323172

  --> https://bugs.webkit.org/attachment.cgi?id=323172&action=review

Another example to reproduce the issue


The problem is easily reproducible with an image too.
Check the new attached example, the size of the image depends on the "1fr" column. When it's very close to 0, the image is size 100% of the column breadth, but when it goes to 0 then the image uses the intrisic size for width (100px in the example).
In Chromium and Firefox the image just disppears when the column size is 0px.
We need to investigate what's going on with that image, and why it's not using the 0px breadth of the column to resolve its 100% width.

The differences between Firefox and Chromium in the first example might be related to the intrinsic size of the SVG or something like that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171009/2ec15e1f/attachment.html>


More information about the webkit-unassigned mailing list