[Webkit-unassigned] [Bug 50970] REGRESSION: Floated text is not rendered after r73385

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 16:33:33 PST 2010


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





--- Comment #3 from James Robinson <jamesr at chromium.org>  2010-12-13 16:33:33 PST ---
We're inserting the float into the float list for the <body>, but the enclosing self render layer for the float is the layer for the relpositioned inline <div>.  The RenderLayer for the body doesn't paint the float (the enclosing self painting layers are different) and the RenderLayer for the relpos div doesn't paint the float because it's not in the floating object list for anything within the layer.

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