[Webkit-unassigned] [Bug 178865] ASSERTION FAILED: !renderer->needsLayout() in WebCore::RenderBlock::checkPositionedObjectsNeedLayout with MathML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 14:31:28 PST 2017


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

Frédéric Wang (:fredw) <fred.wang at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at igalia.com,
                   |                            |fred.wang at free.fr,
                   |                            |jfernandez at igalia.com

--- Comment #1 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Just reading the code, I see that RenderMathMLRow::layoutRowItems does not call layoutIfNeeded for OutOfFlowPositioned children. This logic was copied from the flexbox code but I'm not sure how RenderFlexibleBox::layoutBlock ensures that clearNeedsLayout() won't ASSERT. I wonder whether we could just remove that OutOfFlowPositioned logic for MathML.

@javi: Any idea?

-- 
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/20171114/b35638bb/attachment.html>


More information about the webkit-unassigned mailing list