[Webkit-unassigned] [Bug 75850] New: NULL ptr in WebCore::Node::traverseNextSibling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 06:14:32 PST 2012


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

           Summary: NULL ptr in WebCore::Node::traverseNextSibling
           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: rniwa at webkit.org


Created an attachment (id=121658)
 --> (https://bugs.webkit.org/attachment.cgi?id=121658&action=review)
Repro

Chromium: http://code.google.com/p/chromium/issues/detail?id=109606
Repro: (functions both as a .html file and as a css style sheet)
/*<link rel="stylesheet" href="repro.html" /><e>i<body onload='
  document.designMode="on";
  document.execCommand("selectall");
  document.execCommand("InsertParagraph");
  document.execCommand("inserthorizontalrule",false);
  document.execCommand("SelectAll",false);
  document.execCommand("Indent");
'>*/
* {display:table-cell}

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