Opened 10 years ago
Closed 8 years ago
#12910 closed Bug (fixed)
Problems entering korean text in IE 11
Reported by: | Younghwan Cho | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE11 | Cc: |
Description
I have problems entering Korean text in IE 11 browser. I'm not sure but it looks like same case with #10414 bug. please check it up and let me know what the problem is and how to fix it.
[Case]
If I enter rk(가), then sometimes the result shows rrk(ㄱ가) or disassembled characters(ㄱ ㅏ). You can reproduced this problem on your demo web site.
[Reproduce steps]
Steps to reproduce this issue. We use P entering mode
- Go to the ckeditor demo web page(http://ckeditor.com/demo)
- Delete all contents to make empty.
- I switch the language to Korean using IME.
- Type rk(가) and enter
- repeat step 4. 7 times more
- type rkskekfkakqktkdk(가나다라마바사아) --> total string length 64bytes until here
- enter and type rk(가)
- then the result shows rrk(ㄱ가) or disassembled characters(r k,ㄱㅏ)
I think that this issue is associated with string size. because if you followed reproduced steps, then total string buffer size will be 64 bytes. after that you entered and key in "rk" then the error comes out!
Attachments (1)
Change History (8)
Changed 10 years ago by
Attachment: | screen capture.mp4 added |
---|
comment:1 follow-up: 2 Changed 10 years ago by
Keywords: | IE11 added; korean IE 11 removed |
---|---|
Status: | new → confirmed |
Version: | 4.4.0 → 4.0 |
comment:2 follow-up: 3 Changed 10 years ago by
Replying to j.swiderski:
I don't think it is a duplicate. The TC is very different and reproducible every time.
I was able to reproduce this problem from CKEditor 4.0 (works fine in 4.0 beta).
If 4.0 beta version works fine then i will downgrade it.
How can I download it?
comment:3 Changed 10 years ago by
Replying to lguplus:
Replying to j.swiderski:
I don't think it is a duplicate. The TC is very different and reproducible every time.
I was able to reproduce this problem from CKEditor 4.0 (works fine in 4.0 beta).
If 4.0 beta version works fine then i will downgrade it.
How can I download it?
I found and try it. but unfortunately 4.0 beta version also has the same issue.
comment:4 Changed 10 years ago by
Version: | 4.0 → 3.0 |
---|
CKEditor supports IE11 from version 4.3 so you can't downgrade.
Thanks for checking this issue - it seems I have made a mistake when reproducing (perhaps entered one Korean character less). Problem can be reproduced at least from CKEditor 3.1. Earlier versions would also have this issue.
comment:5 Changed 9 years ago by
Can I follow this up? It doesn't seem to be solved only to be left. I am also using Ckeditor 4.5.4 and have the same issue above. What I find interesting is it works well in my former board(CKeditor 4.3) but it keeps having a problem when I use CKeditor 4.5.4. Is it related to #13377 so I can expect it to be updated in updated version 4.5.6?
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
@realkoy thak you for your comment. It looks like this issue has been fixed.
I don't think it is a duplicate. The TC is very different and reproducible every time.
I was able to reproduce this problem from CKEditor 4.0 (works fine in 4.0 beta).