Opened 12 years ago
Closed 11 years ago
#11901 closed Bug (expired)
Horizonal line is duplicated after undo (Chrome)
| Reported by: | ndeuma | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Undo & Redo | Version: | 4.0.1 |
| Keywords: | Cc: |
Description
Create two paragraphs with a horizontal line in between, like this:
<p>a</p> <hr /> <p>b</p>
Position the cursor before the "b"
Press "Backspace" twice
Press "Undo" twice
Expected:
<p>a</p> <hr /> <p>b</p>
Actual:
<p>a</p> <hr /> <p>b</p> <hr /> <p>b</p>
Tested with Chrome 34.0.1847.131 m
Change History (2)
comment:1 Changed 12 years ago by
| Status: | new → pending |
|---|
comment:2 Changed 11 years ago by
| Resolution: | → expired |
|---|---|
| Status: | pending → closed |

I can't reproduce it on Version 34.0.1847.132 on master and on 4.4.0. Since you set version to 4.0.1 I guess you're using it what means that you should update CKEditor. On the other hand I cannot reproduce the issue on 4.0.1 too.
So: