[Webkit-unassigned] [Bug 148070] New: [CSS Grid Layout] Relayout whenever Box Alignment properties change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 16 15:24:05 PDT 2015


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

            Bug ID: 148070
           Summary: [CSS Grid Layout] Relayout whenever Box Alignment
                    properties change
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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

Since we need to resolve 'auto' values on alignment properties at layout time, we must force a relayout whenever these properties change.

Additionally, we perform grid items location during the grid container layout, hence we need to trigger it as well if any of these properties chance. However, only stretching implies a size change, so perhaps we can look for smarter ways to re-alig grid items without forcing an expensive relayout.

-- 
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/20150816/6a1e0008/attachment.html>


More information about the webkit-unassigned mailing list