[Webkit-unassigned] [Bug 256781] [css-grid] Incorrect sizing of children of grid element placed inside flex element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 7 09:52:01 PDT 2023


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

Liam DeBeasi <ldebeasi at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ldebeasi at gmail.com

--- Comment #3 from Liam DeBeasi <ldebeasi at gmail.com> ---
Created attachment 466979

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

Code reproduction with textarea

I attached another reproduction of this bug. My reproduction shows a textarea escaping from the parent grid. In Safari, the textarea's height covers the entire screen. However, in Chrome and Firefox the textarea's height is around 30-40px.

Adding "grid-auto-rows: 100%" to the element with "display: grid" seems to avoid the issue.

-- 
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/20230707/e150ec02/attachment.htm>


More information about the webkit-unassigned mailing list