[Webkit-unassigned] [Bug 74976] Element still flowed below parent after changing from block to inline-block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 18:11:50 PDT 2012


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





--- Comment #18 from Julien Chaffraix <jchaffraix at webkit.org>  2012-05-07 18:11:46 PST ---
(In reply to comment #17)
> Julien has recently been working with anonymous block cleanup and might have an idea for a quick fix.

I may :)

I added a new function (RenderObject::destroyAndCleanupAnonymousWrappers) for table cells (see bug 7180) that does some anonymous cleaning at detach time. Currently it's only enabled for table cells as there was some potential badness from this patch (due to some classes (e.g. RenderRubyRun) implementing some clean-ups at removeChild time).

I haven't heard people complaining about the patch so I think it's time to enable it for everyone. We just need to be careful with the removeChild clean-ups that may have to be removed (at least those super-seeded by the function).

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