[Webkit-unassigned] [Bug 47888] New: chrome.dll!WebCore::Node::shadowAncestorNode ReadAV at NULL (98643190851b5662363449cc7303d8a5)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 01:00:28 PDT 2010


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

           Summary: chrome.dll!WebCore::Node::shadowAncestorNode
                    ReadAV at NULL (98643190851b5662363449cc7303d8a5)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://code.google.com/p/chromium/issues/detail?id=597
                    47
        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",         false, "ur");
    document.designMode = "on";
    document.execCommand("InsertOrderedList", false, "-.8");
    document.execCommand("insertparagraph",   false, "04");
    document.execCommand("InsertImage",       false, "///(");
    document.execCommand("SelectAll",         false, "ur");
    document.execCommand("strikethrough",     false, null);
  }
</script></head><body onload="go()"></body></html>

stack:          chrome.dll!WebCore::Node::shadowAncestorNode
                chrome.dll!WebCore::comparePositions
                chrome.dll!WebCore::isNodeVisiblyContainedWithin
                chrome.dll!WebCore::ApplyStyleCommand::fixRangeAndApplyInlineStyle
                chrome.dll!(unknown)
                chrome.dll!WebCore::ApplyStyleCommand::doApply
                chrome.dll!WebCore::EditCommand::apply
                chrome.dll!WebCore::applyCommand
                chrome.dll!WebCore::Editor::applyStyle
                chrome.dll!WebCore::executeToggleStyleInList
                chrome.dll!WebCore::executeStrikethrough
                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