[Webkit-unassigned] [Bug 30314] Two ASSERTS and a NULL ptr read AV in WebCore::Node::document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 18:20:04 PDT 2010


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Windows Vista               |All
                 CC|                            |enrica at apple.com,
                   |                            |justin.garcia at apple.com,
                   |                            |ojan at chromium.org,
                   |                            |rniwa at webkit.org,
                   |                            |tony at chromium.org




--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2010-08-11 18:20:03 PST ---
This bug is caused by indentIntoBlockquote's trying to insert a blockquote before body element.  This might be an issue with startOfParagraph because it's returning the body element when VS points at an image, which is the first child of body.  This causes outerBlock = start.node() = nodeToSplitTo to be the root editable element.  Obviously, inserting an element before the root editable root isn't right, not to mention before the body element.

Justin, Enrica, Eric: Do you know if startOfParagraph should ever return body?  I don't think this makes any sense.

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