IE : scayt AutoStartUp and EnterMode BR moves cursor to the beginning.
- Place attached file in sample folder. It contains only two settings:
var e = CKEDITOR.replace( 'editor1', {
scayt_autoStartup:true,
enterMode : CKEDITOR.ENTER_BR
});
- Open it in IE8 (wait a second until everything loads)
- Select whole sample text with a mouse and delete it using BACKSPACE
- type "how"
Result: it will be typed as "owh". That is it will be typed as ‘owh” if you type it with regular speed. If you type h, wait until cursor moves to the beginning, type o, than wait again, type w, you will get “woh”.
To sum up if you type a letter and wait the cursor will be moved to the beginning.
Issue has been reproducible in IE8 only from CKE 3.5.3
Change History (8)
Keywords: |
IE added; IE8 removed
|
Summary: |
IE8 : scayt AutoStartUp and EnterMode BR moves cursor to the beginning. →
IE : scayt AutoStartUp and EnterMode BR moves cursor to the beginning.
|
Version: |
3.5.3 →
3.4.3
|
Keywords: |
Review? added; IE removed
|
Component: |
General →
UI : Spell Checker
|
Resolution: |
→ fixed
|
Status: |
confirmed →
closed
|
Perhaps this issue is related to #7806