[Webkit-unassigned] [Bug 43033] New: WebCore..TextIterator..rangeFromLocationAndLength ReadAV at NULL (015d7a9da7617f1eb8f81f280a53eee1)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 02:22:35 PDT 2010


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

           Summary: WebCore..TextIterator..rangeFromLocationAndLength
                    ReadAV at NULL (015d7a9da7617f1eb8f81f280a53eee1)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://code.google.com/p/chromium/issues/detail?id=503
                    42
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


Created an attachment (id=62661)
 --> (https://bugs.webkit.org/attachment.cgi?id=62661)
Repro

<body onload="
selection = getSelection();
selection.selectAllChildren(document);
selection.deleteFromDocument();

range     = document.createRange();
range.setStartAfter(document.firstChild);

document.designMode='on';
document.execCommand('delete');

range.setStart(document, 0); /* Magic number? */
range.extractContents();

document.execCommand('undo');
document.execCommand('outdent');
"><z>

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