Opened 12 years ago

Last modified 12 years ago

#9003 confirmed Bug

IE9 shift+enter causes cursor to jump

Reported by: Jack Bowman Owned by:
Priority: Normal Milestone:
Component: General Version: 3.5.1
Keywords: IE9 Cc:

Description

Happens in IE9.

Repro:

  • go to http://ckeditor.com/demo
  • select and remove all of the text
  • type "A" [shift-enter] "-123" [shift-enter] "B" [shift-enter] "C"
  • position the cursor between the "-" and the "1"
  • type [shift-enter]

Result: A -1 23 B C

Expected Result: A - 123 B C

Change History (2)

comment:1 Changed 12 years ago by Jack Bowman

Sorry, I didn't format the result properly.

Result:
A
-1
23
B
C

Expected Result:
A
-
123
B
C

comment:2 Changed 12 years ago by Jakub Ś

Keywords: IE9 added
Status: newconfirmed
Version: 3.5.1

Sample code:

A<br />
-123<br />
B<br />
C

Reproducible in IE9 from CKEditor 3.5.1 rev. [6337]

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