[Webkit-unassigned] [Bug 53263] contentEditable formatBlock crashes on divs with contenteditable="false"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 15:59:53 PST 2011


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





--- Comment #2 from Darin Adler <darin at apple.com>  2011-01-27 15:59:54 PST ---
(From update of attachment 80371)
View in context: https://bugs.webkit.org/attachment.cgi?id=80371&action=review

> Source/WebCore/editing/FormatBlockCommand.cpp:72
> +    // Root is null for elements with contenteditable=false.
> +    if (!root)
> +        return;

Why don’t other commands need this kind of check? Is this really specific to FormatBlock?

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