Closed
Bug 688996
Opened 14 years ago
Closed 14 years ago
"ASSERTION: Wrong root"
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, testcase, Whiteboard: [inbound])
Attachments
(4 files, 1 obsolete file)
###!!! ASSERTION: Wrong root: '!aRoot || aNotInsertedYet || (nsContentUtils::ContentIsDescendantOf(aStartN, aRoot) && nsContentUtils::ContentIsDescendantOf(aEndN, aRoot) && aRoot == IsValidBoundary(aStartN) && aRoot == IsValidBoundary(aEndN))', file content/base/src/nsRange.cpp, line 524
Maybe a regression from bug 682463?
| Reporter | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → matspal
Blocks: 682463
Severity: normal → minor
OS: Mac OS X → All
Hardware: x86_64 → All
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #562257 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•14 years ago
|
||
| Assignee | ||
Comment 4•14 years ago
|
||
Just need to avoid this assertion for newStartNode with null parent too.
Added the attached testcases as crashtests and the splitText() version
to the "splitText-normalize" reftest.
Try server results pending...
Attachment #566414 -
Flags: review?(Olli.Pettay)
Updated•14 years ago
|
Attachment #566414 -
Flags: review?(Olli.Pettay) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Flags: in-testsuite+
Whiteboard: [inbound]
Target Milestone: --- → mozilla10
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: DOM: Traversal-Range → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•