Opened 10 years ago
Closed 10 years ago
#12415 closed Bug (duplicate)
Problem writing Korean in IE11 with auto grow plug in
Reported by: | noam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | IE11 | Cc: |
Description
Open the AutoGrow plugin example in IE 11 Try to write in Korean characters The characters are not connected correctly: for example if you try to write 추 (cn) you get ㅊㅜ.
If you write (cn) very fast you get the write result but it is still impossible to write like this.
I think it is related to the function "contentHeight" in autogrow/plugin.js, which add a temporary marker element that somehow change the selection
Change History (7)
comment:1 Changed 10 years ago by
Keywords: | IE11 added; Korean IE autogrow removed |
---|---|
Status: | new → confirmed |
Version: | → 4.3 |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
I describe a solution that might work here - https://github.com/ckeditor/ckeditor-dev/pull/127#issuecomment-56369484
comment:4 Changed 10 years ago by
I have tried both solutions.
- Code solution - It worked with Korean characters but content area size was not calculated properly.
- CSS solution - it did not work for me at all. Perhaps I haven't used it correctly?
comment:5 Changed 10 years ago by
About Reinmar solution with the css.
Why is it needed ? why not use getComputedStyle on body, I think it should return the right values allways, event without the body:after css:
window.getComputedStyle(editor.editable().$).height
Am I missing something ?
comment:6 Changed 10 years ago by
@noamsi: That's exactly what has to be done. But it has to be connected with the CSS I described in https://github.com/ckeditor/ckeditor-dev/pull/127#issuecomment-56369484. Otherwise floating content won't be taken into account.
comment:7 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Duplicates #11663
Problem can be reproduced in autogrow sample in IE11 browser from CKEditor 4.3.