Opened 11 years ago
Last modified 11 years ago
#11966 confirmed Bug
[IE] Compatibility view: Caret goes outside of the last block element, when showblocks is enabled
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | IE | Cc: |
Description (last modified by )
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 plugin
- 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.
- Seems that issue does not appear without showblocks plugin.
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Summary: | [IE9] Compatibility view: Caret goes outside of the last block element → [IE9] Compatibility view: Caret goes outside of the last block element, when showblocks is enabled |
comment:2 Changed 11 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Summary: | [IE9] Compatibility view: Caret goes outside of the last block element, when showblocks is enabled → [IE] Compatibility view: Caret goes outside of the last block element, when showblocks is enabled |
I was able to reproduce this issue from CKEditor 4.3 in all versions of IE in Compatibility mode.