[Webkit-unassigned] [Bug 74846] New: chrome.dll!WebCore..Render... RecursionSOV

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 00:51:18 PST 2011


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

           Summary: chrome.dll!WebCore..Render... RecursionSOV
           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


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

<O><style>
*{
  float:right;
  -webkit-user-modify:read-write!important;
  -webkit-padding-start:4%;
}
</style><<script>
document.execCommand("selectall");
document.execCommand("Italic");
document.execCommand("InsertUnorderedList");
document.execCommand("insertimage",false);
document.execCommand("insertunorderedlist");
document.execCommand("InsertOrderedList");
document.execCommand("insertorderedlist",false);
document.execCommand("insertorderedlist");
document.execCommand("insertunorderedlist",false);
document.execCommand("outdent");
</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