[Webkit-unassigned] [Bug 102441] New: RenderGrid should have a function to resolve grid position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 15:54:56 PST 2012


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

           Summary: RenderGrid should have a function to resolve grid
                    position
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: tony at chromium.org, xan.lopez at gmail.com,
                    ojan at chromium.org
            Blocks: 60731


Currently mapping grid-row or grid-column (grid-position-row and grid-position-col in the latest spec) to the actual position on the grid is done in an implicit way inside RenderGrid::findChildLogicalPosition.

In order to add support for grid areas, we need a way to get the grid items' explicit position which is where this function would come in handy.

Patch forthcoming.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list