Opened 12 years ago
Last modified 12 years ago
#10330 closed Bug
[Webkit] Filling char is not removed on key down in specific cases — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1.1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Open enter mode sample.
- Set enter mode to BR.
- Click new page (important).
- Type "X", enter, "Y".
- Press delete, "Y" was removed.
- Press delete, nothing was removed.
TC2:
- Press left arrow.
- Press delete, character on the right side of caret was removed.
This is continuation of #10315.