Open
Bug 381012
Opened 18 years ago
Updated 4 years ago
###!!! ASSERTION: Wrong root: '!aRoot || (nsContentUtils::ContentIsDescendantOf(aStartN, aRoot) && nsContentUtils::ContentIsDescendantOf(aEndN, aRoot) && aRoot == IsValidBoundary(aStartN) && aRoot == IsValidBoundary(aEndN))', file nsRange.cpp, line 421
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
(Keywords: assertion)
(Followup from bug 380611.)
STEPS TO REPRODUCE
1. load URL
2. click-and-drag on the image - it's supposed to draw a red rectangle
to allow zooming
3. play around with that for a while until you get the assertion
ACTUAL RESULTS
WARNING: NS_ENSURE_TRUE(newRoot) failed: file nsRange.cpp, line 614
###!!! ASSERTION: Wrong root: '!aRoot || (nsContentUtils::ContentIsDescendantOf(aStartN, aRoot) && nsContentUtils::ContentIsDescendantOf(aEndN, aRoot) && aRoot == IsValidBoundary(aStartN) && aRoot == IsValidBoundary(aEndN))', file nsRange.cpp, line 421
WARNING: NS_ENSURE_TRUE(newRoot) failed: file nsRange.cpp, line 614
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: file nsDocumentEncoder.cpp, line 1361
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: file nsDocumentEncoder.cpp, line 1210
Comment 1•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•