Closed
Bug 700090
Opened 13 years ago
Closed 13 years ago
"ASSERTION: mEndOffset is beyond the end of this node" with MathML
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
###!!! ASSERTION: mEndOffset is beyond the end of this node: 'static_cast<PRUint32>(mEndOffset) <= aInfo->mChangeEnd', file content/base/src/nsRange.cpp, line 317
Reporter | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
The assertion is slightly wrong, it should allow the range offset to be
length + 1. Same problem with the mStartOffset assertion.
Assignee: nobody → matspal
Attachment #572272 -
Flags: review?(bugs)
Comment 3•13 years ago
|
||
Comment on attachment 572272 [details] [diff] [review]
fix
Ah, range offsets can point to after the last character.
Took some time to figure out...
Attachment #572272 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Flags: in-testsuite+
OS: Mac OS X → All
Hardware: x86_64 → All
Whiteboard: [inbound]
Target Milestone: --- → mozilla11
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
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
•