Ticket #9003 (confirmed Bug)
IE9 shift+enter causes cursor to jump
| Reported by: | jbowman | 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
Note: See
TracTickets for help on using
tickets.

Sorry, I didn't format the result properly.
Result:
A
-1
23
B
C
Expected Result:
A
-
123
B
C