[Webkit-unassigned] [Bug 106068] Assert in RenderGeometryMap::mapToContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 10:24:19 PST 2013


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





--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-01-04 10:26:18 PST ---
(In reply to comment #3)
> Looks like the layer requirements are calculated before a layout was ever done. m_everHadLayout is 0 on the renderer that reproduces the problem. This should have no visual issues in practice as a layout will follow anyway and that will fix any eventual issues.

But it is crazy to rely on overlap rectangles when we haven't been laid out yet! We are in updateCompositingLayersAfterLayout() though, so someone is lying.

-- 
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