Opened 13 years ago
Last modified 10 years ago
#8854 confirmed Bug
[IE] A Japanese key input is repeated (when enter mode is set to BR)
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: | director@… |
Description
- Set to [CKEDITOR.ENTER_BR] as [enterMode] of config.
- This CKEDITOR is opened by IE8.
- Input some texts in WYSIWYG area.
- Select all contents (e.g. Ctrl+A)
- A Japanese input is turned ON.
- Input some Japanese text (type at least two letters).
Result: The first pressed key is repeated twice. For example, in the case of the Japanese character inputted using the [H] key and the [E] key, it will be in the state where [hhe] was inputted.
Confirmed in IE8/win7.
Links that might be useful:
Change History (3)
comment:1 Changed 13 years ago by
Cc: | director@… added |
---|---|
Status: | new → confirmed |
comment:2 Changed 11 years ago by
comment:3 Changed 10 years ago by
I haven't been able to reproduce this problem in IE8 but in IE11. In Ie8 resulat was へ while in IE11 hえ.
In my case when start editor with Enter Mode set to BR, select all text and type he I get "hえ".
This issue and #10414 concern same problem.