[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:13:19 PST 2009


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





------- Comment #6 from eric at webkit.org  2009-03-02 14:13 PDT -------
I think the problem may be startOfParagraph()

In the list insertion code:
    if (!listChildNode || switchListType || m_forceCreateList) {
        // Create list.
        VisiblePosition start =
startOfParagraph(endingSelection().visibleStart());

endingSelection().visibleStart() is correctly right before the <img>, however,
when that's turned into "startOfParagraph" then it moves to <body>, 0

I'm not really sure what startOfParagraph() is supposed to do.


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