Closed
Bug 4517
Opened 26 years ago
Closed 26 years ago
Delete selection breaks text insertion
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: kinmoz, Assigned: buster)
Details
I just noticed this in the 04/01/99 build of the editor.
1. Load the following HTML into viewer:
<html>
<head><title></title></head>
<body>
<p>Ths<i> is a test of the em<b>rg</b>ency</i> typesetting system.
</body>
</html>
2. Select Tools->Editor Mode from the menu.
3. Select the word "emrgency".
4. Hit the backspace key to delete it.
5. Now try to type something.
Nothing shows up on the screen, but I still see the following message printed to
the dos window for every key I type:
Editor::Do ------------
Do Insert Text element = 013BD120
InsertTextTxn assimilated 01349330
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•