[Webkit-unassigned] [Bug 150231] ASSERTION FAILED: !child.isOutOfFlowPositioned() in WebCore::RenderGrid::updateAutoMarginsInColumnAxisIfNeeded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 09:07:37 PDT 2015


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

--- Comment #1 from Manuel Rego Casasnovas <rego at igalia.com> ---

I guess that the problem is that positioned items support hasn't been ported yet to WebKit.
We've an almost finished implementation on Blink, but we're waiting for CSS WG to be sure it's 100% fine, and then we'll port it to WebKit.
The problem is that we're not skipping the positioned items during grid layout and probably those ASSERTs come from the patch in Blink.

We might remove the ASSERTs or start doing the basic stuff for positioned items, like skipping them as they don't affect the layout of the grid. And in the future we could make them work properly according to the spec.

-- 
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/20151016/d8e61b2a/attachment.html>


More information about the webkit-unassigned mailing list