Opened 10 years ago
Last modified 10 years ago
#12694 confirmed Bug
Cursor in wrong possition
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | Blink | Cc: |
Description
Other scenario:
- Clear editor contents.
- Change font size to 72.
- Type 'foo'.
- Change font size to 20.
- Type 'bar'.
- Press enter.
- Type 'ban'.
- Undo.
- Undo.
Result: 'bar' was not removed, instead cursor moved between 'foo' and 'bar'.
Might be related: #12658, #12403.
Since: 4.0 (fine in 3.6.6).
Tested on Chrome.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Keywords: | Blink added |
---|---|
Status: | new → confirmed |
Version: | 4.0 → 4.0 Beta |
Problem can be reproduced in Blink from CKEditor 4.0 beta.
On IE11 cursor is in the correct position, but you need to undo 3 more times to remove 2 'foo' and 'bar'.