[Webkit-unassigned] [Bug 49027] video controls RenderReplaced::layout() calls setNeedsLayout(false) while its children still need layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 16:06:26 PDT 2010


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dglazkov at chromium.org




--- Comment #3 from James Robinson <jamesr at chromium.org>  2010-11-04 16:06:26 PST ---
RenderReplaced::layout() isn't written to handle children and in fact RenderReplaced overrides canHaveChildren() to return false, however RenderMedia goes ahead and inserts a shadow RenderObject tree underneath itself.

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