Closed
Bug 111974
Opened 24 years ago
Closed 24 years ago
Problems with deleting near multiple spaces.
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: neil, Assigned: mozeditor)
References
Details
Using Build ID: 2001112104
Steps to reproduce problem:
1. Open Editor
2. Format/Paragraph/Preformat
3. Type (without quotes) " Test Test Test Test Test"
4. (Effect 1) Try deleting backwards from the start of the first word
5. (Effect 2) Try deleting forwards from the start of the line
6. (Effect 3) Try deleting one of the other "T"s (either forwards or backwards)
7. (Effect 4) Try deleting one of the remaining runs of spaces
Expected results: In all cases, exactly one adjacent character should be deleted
Actual results:
Effect 1: Nothing happens
Effect 2: The "T" is deleted
Effect 3: All but one of the spaces are deleted
Effect 4: All of the spaces are deleted
Additional information: Workaround: Select the text to be deleted first.
Comment 1•24 years ago
|
||
*** Bug 111975 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 2•24 years ago
|
||
Dupe of 82813. Thanks for good testcases!
*** This bug has been marked as a duplicate of 82813 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•