[Webkit-unassigned] [Bug 221472] [Interop 2021][css-flexbox] align/justify problems with static positions of abspos items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 15:11:31 PDT 2022


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

Ryan Reno <rreno at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rreno at apple.com

--- Comment #4 from Ryan Reno <rreno at apple.com> ---
The align-content failures are because we ignore it when computing the position of out of flow children and only respect align-self. It's just a coincidence that we are passing any of these subtests - the expected location of the boxes happens to be where we place them because of align-self: center being used to calculate position.

Here is the offending code: https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderFlexibleBox.cpp#1737

We are computing alignmentOffset for the child's alignment which is resolving align-self.

-- 
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/20220804/4ef8ca12/attachment.htm>


More information about the webkit-unassigned mailing list