[Webkit-unassigned] [Bug 19220] New: ASSERT in RenderBlock::addChildToFlow triggered by editing code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 23 12:08:17 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19220

           Summary: ASSERT in RenderBlock::addChildToFlow triggered by
                    editing code
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: hyatt at apple.com, justin.garcia at apple.com
OtherBugsDependingO 18858
             nThis:


ASSERT in RenderBlock::addChildToFlow triggered by editing code

ASSERTION FAILED: beforeChild->parent()->isAnonymousBlock()
(/Users/eseidel/Projects/WebKit/WebCore/rendering/RenderBlock.cpp:162 virtual
void WebCore::RenderBlock::addChildToFlow(WebCore::RenderObject*,
WebCore::RenderObject*))

Yet another failure from the editing fuzzer.

<BODY><SCRIPT>
document.designMode = 'on';
document.execCommand('selectall');
document.execCommand('inserthtml', false, '<td>');
document.execCommand('indent');
</SCRIPT>

Does not crash release builds, debug only.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list