[Webkit-unassigned] [Bug 163724] New: [css-grid] Content Alignment broken with indefinite sized grid container

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 06:20:35 PDT 2016


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

            Bug ID: 163724
           Summary: [css-grid] Content Alignment broken with indefinite
                    sized grid container
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfernandez at igalia.com
                CC: simon.fraser at apple.com

Created attachment 292172
  --> https://bugs.webkit.org/attachment.cgi?id=292172&action=review
Test case to reproduce the issue.

When the grid container has indefinite width or height the Content Alignment properties (align-content and justify-content) don't work as expected. 

It seems that we are not computing correctly the available free space when the container has indefinite size. That issue is affecting how we deal with Overflow Alignment on the align-content and justify-content properties.

In order to reproduce the issue, just load the attached test case and see how it behaves in the first grid, which is alignment using align-content: end.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161020/a3691c0a/attachment-0001.html>


More information about the webkit-unassigned mailing list