Closed
Bug 10584
Opened 26 years ago
Closed 26 years ago
Deleting non-text-node, deletes text after it.
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: kinmoz, Assigned: mozeditor)
References
Details
Deleting a selected non-text node can delete the text after it. To reproduce,
load the following html into the editor:
<html>
<head><title></title></head>
<body>
BeforeHR <hr> AfterHR
</body>
</html>
Click on the horizontal rule so that it is selected. Now hit the backspace key
on the keyboard to delete it. Notice that the text "AfterHR" disappeared too?
Assignee | ||
Comment 1•26 years ago
|
||
accepting bug
Assignee | ||
Comment 2•26 years ago
|
||
setting milestone to m9
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•