[Webkit-unassigned] [Bug 51639] New: chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV at NULL (64db547804532a84be2e53721e499e9e)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 27 05:56:11 PST 2010


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

           Summary: chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle
                    ReadAV at NULL (64db547804532a84be2e53721e499e9e)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        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=77494)
 --> (https://bugs.webkit.org/attachment.cgi?id=77494&action=review)
Repro

http://code.google.com/p/chromium/issues/detail?id=68085

Repro:
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <style>
      *{
        text-decoration:blink line-through;
      }
    </style>
    <script>
      function go() {
        document.execCommand("SelectAll");
        document.execCommand("JustifyRight");
        document.execCommand("JustifyNone");
      }
    </script>
  </head>
  <body onload="go()" contenteditable="true">
    <svg>x</svg>
  </body>
</html>

id:             chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV at NULL (64db547804532a84be2e53721e499e9e)
description:    Attempt to read from unallocated NULL pointer+0x24 in chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle
application:    Chromium 10.0.623.0
stack:          chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle
                chrome.dll!WebCore::ApplyStyleCommand::doApply
                chrome.dll!WebCore::EditCommand::apply
                chrome.dll!WebCore::applyCommand
                chrome.dll!WebCore::Editor::applyParagraphStyle
                chrome.dll!WebCore::executeApplyParagraphStyle
                chrome.dll!WebCore::executeJustifyLeft
                chrome.dll!WebCore::Editor::Command::execute
                chrome.dll!WebCore::Document::execCommand
                chrome.dll!WebCore::DocumentInternal::execCommandCallback
                chrome.dll!v8::internal::HandleApiCallHelper<...>
                chrome.dll!v8::internal::Builtin_HandleApiCall
                chrome.dll!v8::internal::Invoke
                chrome.dll!v8::internal::Execution::Call
                ...

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