Opened 10 years ago

Closed 9 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 Jakub Ś

Keywords: IE11 added; Korean IE autogrow removed
Status: newconfirmed
Version: 4.3

Problem can be reproduced in autogrow sample in IE11 browser from CKEditor 4.3.

comment:2 Changed 10 years ago by Jakub Ś

Another issue concerning Korean characters: #10414.

Version 0, edited 10 years ago by Jakub Ś (next)

comment:3 Changed 10 years ago by Piotrek Koszuliński

comment:4 Changed 10 years ago by Jakub Ś

I have tried both solutions.

  1. Code solution - It worked with Korean characters but content area size was not calculated properly.
  2. CSS solution - it did not work for me at all. Perhaps I haven't used it correctly?

comment:5 Changed 9 years ago by noam

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 ?

Last edited 9 years ago by noam (previous) (diff)

comment:6 Changed 9 years ago by Piotrek Koszuliński

@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 9 years ago by Szymon Cofalik

Resolution: duplicate
Status: confirmedclosed

Duplicates #11663

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy