[Webkit-unassigned] [Bug 67918] Crashes in WebCore::InsertListCommand::unlistifyParagraph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 01:35:57 PDT 2011


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





--- Comment #6 from Shinya Kawanaka <shinyak at google.com>  2011-09-12 01:35:57 PST ---
(In reply to comment #2)
> (From update of attachment 107021 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=107021&action=review
> 
> > Source/WebCore/editing/htmlediting.cpp:669
> > -        if (n->hasTagName(liTag) || isListElement(n->parentNode()))
> > +        if (n->hasTagName(liTag) || (isListElement(n->parentNode()) && n->parentNode()->rendererIsEditable()))
> 
> This change seems wrong. You should be checking that n != root instead.

Fixed.

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