WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
19220
ASSERT in RenderBlock::addChildToFlow triggered by editing code
https://bugs.webkit.org/show_bug.cgi?id=19220
Summary
ASSERT in RenderBlock::addChildToFlow triggered by editing code
Eric Seidel (no email)
Reported
2008-05-23 12:08:17 PDT
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.
Attachments
test case (triggers ASSERT in debug builds)
(170 bytes, text/html)
2008-05-23 12:08 PDT
,
Eric Seidel (no email)
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2008-05-23 12:08:44 PDT
Created
attachment 21318
[details]
test case (triggers ASSERT in debug builds)
Alexey Proskuryakov
Comment 2
2008-06-12 21:17:18 PDT
See also:
bug 19519
.
Eric Seidel (no email)
Comment 3
2008-06-27 09:44:11 PDT
This no longer ASSERTS for me in TOT. Justin must have fixed this as part of other editing changes.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug