[Webkit-unassigned] [Bug 47808] New: chrome.dll!WebCore::RangeBoundaryPoint::toPosition ReadAV at NULL (cf0d0f28bc56f2591cc74f71b46036ea)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 03:32:33 PDT 2010


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

           Summary: chrome.dll!WebCore::RangeBoundaryPoint::toPosition
                    ReadAV at NULL (cf0d0f28bc56f2591cc74f71b46036ea)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://code.google.com/p/chromium/issues/detail?id=595
                    57
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


Repro:
<html><head><script>
  function go() {
    document.execCommand("selectall");
    document.designMode="on";
    document.execCommand("InsertLineBreak");
    document.execCommand("insertimage");
    document.execCommand("InsertOrderedList");
    document.execCommand("inserthtml", false, "z");
    document.execCommand("InsertHorizontalRule");
    document.execCommand("selectall");
    document.execCommand("createlink", false, "z");
    document.execCommand("insertunorderedlist");
  }
</script></head><body onload="go();"></body></html>

stack:          chrome.dll!WebCore::RangeBoundaryPoint::toPosition
                chrome.dll!WebCore::InsertListCommand::doApply
                chrome.dll!WebCore::EditCommand::apply
                chrome.dll!WebCore::applyCommand
                chrome.dll!WebCore::executeInsertUnorderedList
                chrome.dll!WebCore::Editor::Command::execute
                chrome.dll!WebCore::Document::execCommand
                chrome.dll!WebCore::DocumentInternal::execCommandCallback
                ...

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