Opened 9 years ago
Last modified 9 years ago
#13826 confirmed Bug
[FF] Wrong caret position after removing characters
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.1 |
Keywords: | Firefox | Cc: |
Description
- Open any sample with CKEditor. (i.e. samples/replacebyclass.html)
- Use "Source" button to set following source:
<p><span style="color:#FF0000">aa</span></p>
- Put the selection at the end of the document.
- Press
shift+enter
. - Type "bb"
- Press
backspace
twice.
Expected result:
Visually caret should remain in (empty) second line.
Current result:
Visually you see that caret was moved to first line.
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
Version: | → 4.4.1 |
Problem can be reproduced from CKEditor 4.4.2 in Firefox only so it doesn't seem to be related to #13820.
Might be related to #13820