[Webkit-unassigned] [Bug 41523] Crash in RenderObject::containingBlock when clearing selection in a display:none node.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 13:41:02 PDT 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-07-02 13:41:02 PST ---
(From update of attachment 60400)
Is updateStyle sufficient? I’d expect that you’d need updateLayout, otherwise you could still have stale renderers of other kinds.

Don't you need the update in the range code path too?

Is it safe to use the stale RenderView pointer? Maybe the update should be done before calling contentRenderer.

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