Opened 11 years ago
Last modified 11 years ago
#11966 confirmed Bug
[IE9] Compatibility view: Caret goes outside of the last block element — at Initial Version
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | IE | Cc: |
Description
You're able to move caret outside of any block element (in classic editor that will be directly into a body).
I've checked briefly and it seems that it was introduced in 4.3.0, since i couldnt repro it in 4.2.3, please double check it.
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- enable showblocks
- press ctrl + end
Expected result:
Caret should be stopped at the end of last node.
Current result:
Caret is placed after last block element, directly in body
elmeent.
additional info:
- I've experienced it in IE9 compat mode, did not tested in other IEs.