[Webkit-unassigned] [Bug 19066] ASSERT in editing code, ASSERTION FAILED: isStartOfParagraph(startOfParagraphToMove)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 14:03:45 PST 2009


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





------- Comment #5 from eric at webkit.org  2009-03-02 14:03 PDT -------
It seems the problem here is that somehow the "start" of the paragraph being
moved it wrong (and includes the list!)

(gdb) call startOfParagraphToMove.showTreeForThis()
*BODY   0xd90680
        OL      0xdd9f90
                LI      0xdd9e40
                        BR      0xdd9e80
        IMG     0xdd8570
        #text   0xd8ef90 "\n"
        SCRIPT  0xd928f0
                #text   0xd9b220 "\ndocument.designMode =
"on";\ndocument.execCommand('selectall');\ndocument.execCommand('insertimage');\ndocument.execCommand('insertorderedlist');\n"

the start/end should be just around the <img>.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list