Closed
Bug 167079
Opened 23 years ago
Closed 23 years ago
Forward delete of <br> reverses joined text nodes and won't undo
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 166524
People
(Reporter: neil, Assigned: mozeditor)
Details
Using Build ID: 2002090504
Steps to reproduce problem:
1. Open a new editor window
2. Type this: (* means use bold, / means use italic)
*bold*-line-1
line-2-/italic/
3. Put the cursor after the 1
4. Press Del
5. Press ^Z
Expected result: *bold*-line-1line-2-/italic/
Actual result: *bold*line-2--line-1/italic/
Note: there are two spaces between 2 and line but only one is visible.
Additional information: After pressing ^Z the result appears as
*bold*
line-2--line-1/italic/
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 166524 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•23 years ago
|
||
Bah, searched under the wrong component :-(
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•