Opened 13 years ago
Last modified 13 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 13 years ago by
comment:2 Changed 13 years ago by
Keywords: | IE9 added |
---|---|
Status: | new → confirmed |
Version: | → 3.5.1 |
Sorry, I didn't format the result properly.
Result:
A
-1
23
B
C
Expected Result:
A
-
123
B
C