[Webkit-unassigned] [Bug 32822] New: WebCore::ApplyStyleCommand::removeInlineStyle ReadAV at NULL (18fa82a60d48c7965db66b916a546328)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 21 06:52:04 PST 2009


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

           Summary: WebCore::ApplyStyleCommand::removeInlineStyle
                    ReadAV at NULL (18fa82a60d48c7965db66b916a546328)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


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

Id:          WebCore::ApplyStyleCommand::removeInlineStyle ReadAV at NULL
(18fa82a60d48c7965db66b916a546328)
Description: Attempt to read from NULL pointer in
WebCore::ApplyStyleCommand::removeInlineStyle
Stack:
  WebCore::ApplyStyleCommand::removeInlineStyle
  WebCore::ApplyStyleCommand::applyInlineStyle
  WebCore::ApplyStyleCommand::doApply
  WebCore::EditCommand::apply
  WebCore::applyCommand
  WebCore::Editor::applyStyle
  WebCore::executeApplyStyle
  WebCore::executeForeColor
  WebCore::Editor::Command::execute
  WebCore::Document::execCommand
  WebCore::DocumentInternal::execCommandCallback
Repro:
<BODY></BODY>
<SCRIPT>
  document.designMode="on";
  document.execCommand("selectall");
  document.execCommand("InsertHorizontalRule");
  document.execCommand("SelectAll");
  document.execCommand("ForwardDelete");
  document.designMode="off";
  document.execCommand("undo");
  document.designMode="on";
  document.execCommand("ForeColor",false,3);
</SCRIPT>

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