[Webkit-unassigned] [Bug 135604] New: ASSERTION FAILED: canHaveChildrenForEditing(parent.get()) in WebCore::CompositeEditCommand::appendNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 5 03:55:15 PDT 2014


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

           Summary: ASSERTION FAILED:
                    canHaveChildrenForEditing(parent.get())  in
                    WebCore::CompositeEditCommand::appendNode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mhodovan.u-szeged at partner.samsung.com
                CC: sullivan at apple.com, darin at apple.com,
                    tony at chromium.org, rniwa at webkit.org


Test:
<html>
    <head>
        <script>
            function f() {
                document.designMode = 'on';
                document.execCommand("selectAll", false, null);    
                document.execCommand("indent" , false , null);
            }
        </script>
    </head>
    <body onload='f()'>
        <object>1</object>
   </body>
</html>

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