[Webkit-unassigned] [Bug 236626] New: [css-grid] Absolutely positioned children using 'auto' placement don't cover margin correctly when using RTL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 18:01:48 PST 2022


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

            Bug ID: 236626
           Summary: [css-grid] Absolutely positioned children using 'auto'
                    placement don't cover margin correctly when using RTL
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com

It looks like our array of column positions is ordered logically (column 0 is the physical right-edge when using RTL), but is always shifted by the physical left border and padding.

When computing the breadth of an abs-pos item that covers the padding area (using 'auto'), we need to account for this, since the auto lines are purely in logical coords.

-- 
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/20220215/7aa11223/attachment.htm>


More information about the webkit-unassigned mailing list