#8459 closed Bug (fixed)
cursor behavior is strange during undo
Reported by: | ken | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | Core : Undo & Redo | Version: | 3.6.2 |
Keywords: | Cc: |
Description
how to reproduce: 1.create several lines in ckeditor, with any text in each line. 2.click undo button
the change will be undo one by one, but the cursor seems move up and down meaningless between 2 lines when clicking the undo button.
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Keywords: | undo cursor removed |
---|---|
Status: | new → confirmed |
Reproducible form CKEditor 3.6.2 rev [7255]
comment:4 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|
comment:5 Changed 13 years ago by
Component: | General → Core : Undo/Redo |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed with [7455].
when set config.enterMode = CKEDITOR.ENTER_BR; , the cursor behavior is much more strange.