[Webkit-unassigned] [Bug 24500] New: ASSERT in editing code, ASSERTION FAILED: selection.isCaretOrRange()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 15:23:12 PDT 2009


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

           Summary: ASSERT in editing code, ASSERTION FAILED:
                    selection.isCaretOrRange()
           Product: WebKit
           Version: 528+ (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 in editing code, ASSERTION FAILED: selection.isCaretOrRange()

<body>
<script>
var doc = document;
doc.execCommand('selectall');
doc.designMode = 'on';
doc.execCommand('insertimage', 0, '<pre>');
doc.execCommand('justifyfull', 0, 'javascript:1');
</script>

ASSERTION FAILED: selection.isCaretOrRange()
(/Users/eseidel/Projects/WebKit/WebCore/editing/ReplaceSelectionCommand.cpp:701
virtual void WebCore::ReplaceSelectionCommand::doApply())

Looks similar to bug 19075 which I closed as unreproducible.


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