Closed
Bug 3226
Opened 26 years ago
Closed 26 years ago
crash deleting across text nodes
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: mozeditor)
Details
select across text nodes (in the test case below, from "2" to "b")
DEL
crash.
test case:
<P>1234<B>bold</b>abc<I>italic<br>br</I></P>
stack:
nsDebug::PreCondition() line 112 + 13 bytes
nsCOMPtr<nsIDOMNode>::operator->() line 561 + 34 bytes
nsRange::FillArrayWithAncestors() line 595 + 32 bytes
nsRange::CommonParent() line 679 + 21 bytes
nsRange::GetCommonParent() line 873 + 41 bytes
DeleteRangeTxn::Init() line 61 + 39 bytes
nsEditor::CreateTxnForDeleteSelection() line 1014
nsEditor::DeleteSelection() line 961 + 22 bytes
nsTextEditor::DeleteSelection() line 159 + 29 bytes
nsTextEditorKeyListener::KeyDown() line 146
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
oops, thought Mike had closed this out. Mike fixed this earlier.
URL: see test case
You need to log in
before you can comment on or make changes to this bug.
Description
•