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

  1. Open any sample with CKEditor. (i.e. samples/replacebyclass.html)
  2. Use "Source" button to set following source:
    <p><span style="color:#FF0000">aa</span></p>
    
  3. Put the selection at the end of the document.
  4. Press shift+enter.
  5. Type "bb"
  6. 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 Marek Lewandowski

Might be related to #13820

comment:2 Changed 9 years ago by Jakub Ś

Keywords: Firefox added
Status: newconfirmed
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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy