[Webkit-unassigned] [Bug 19221] New: ASSERT during Range creation (due to editing commands)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 23 12:19:08 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19221

           Summary: ASSERT during Range creation (due to editing commands)
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
OtherBugsDependingO 18858
             nThis:


ASSERT during Range creation (due to editing commands)

ASSERTION FAILED: !ec
(/Users/eseidel/Projects/WebKit/WebCore/dom/Range.cpp:96
WebCore::Range::Range(WTF::PassRefPtr<WebCore::Document>,
WTF::PassRefPtr<WebCore::Node>, int, WTF::PassRefPtr<WebCore::Node>, int))

<BODY><SCRIPT>
document.execCommand("selectall")
document.designMode = "on"
document.execCommand("insertimage", false, "red")
document.execCommand("createLink", false, true)
document.execCommand("removeformat")
</SCRIPT>

Yet another from the editing fuzzer.


-- 
Configure bugmail: http://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