Closed
Bug 768390
Opened 13 years ago
Closed 7 years ago
"ASSERTION: Unexpected children: 'aRoot->GetChildCount() <= 2'" with forwardDelete, take 2
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1487324
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
> First bad sign: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLDocument.execCommand]"
Even though queryCommandEnabled was true, execCommand threw.
> Second bad sign: Error: Permission denied to access property 'tagName'
After the call to forwardDelete, the page has a reference to an anonymous div from inside the <input>.
Finally, when closing the page:
###!!! ASSERTION: Unexpected children: 'aRoot->GetChildCount() <= 2', file content/base/src/nsContentUtils.cpp, line 6896
| Reporter | ||
Comment 1•13 years ago
|
||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•