Opened 9 years ago
Closed 9 years ago
#14330 closed Bug (wontfix)
[IE11] Highlight Shift with Japanese IME when converting to Kanji on CKEditor
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | ibm IE | Cc: | chrisgui, Irina |
Description ¶
This is customer reported issues & high priority for IBM
Steps to reproduce ¶
* install Japanese IME first
- Open ckeditor demo page http://ckeditor.com/demo#full
- Input two lines of sample text, e.g.
(line 1) watasinonamaehanakanodesu (line 2) watasinonamaehanakanodesu
- Go to end of first line, type <Enter> key to go to new line
- Turn on IME (select Hiragana)
- Type "watasinonamaehanakanodesu" and press <space bar> to trigger converting the input texts to clauses
- Press <right> arrow key
- Press <right> arrow key again
- Blue highlight "area" and "underline" will shuffle around as we key in <left> or <right> arrow keys.
Pls see attached screenshots for references
Expected result ¶
After Step 5, The area should not be highlighted when user uses Left or Right arrow keys. It should only move the cursor
Actual result ¶
After Step 5, Area is highlighted when user uses <left> or <right> arrow keys. It should only move the cursor.

Change History (6)
Changed 9 years ago by
Changed 9 years ago by
Changed 9 years ago by
Changed 9 years ago by
comment:1 Changed 9 years ago by
Keywords: | IE added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Version: | 4.5.6 |
Changed 9 years ago by
Attachment: | iframe.png added |
---|

Unfortuantely this is IE issue.
I have tried reproducing it in native iframe with contenteditable body and got the same result. Please see attached image.