Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue for Korean input (IME) , only in IE 11 #4080

Closed
Rem486 opened this issue Sep 27, 2019 · 3 comments · Fixed by #4083
Closed

issue for Korean input (IME) , only in IE 11 #4080

Rem486 opened this issue Sep 27, 2019 · 3 comments · Fixed by #4083

Comments

@Rem486
Copy link

Rem486 commented Sep 27, 2019

Hi, first thank you for provide this awesome plugins!

I had met with some difficulties,when i use Ace Kitchen Sink to input Korean in IE 11.There is no composition prompt.

  • in IE 11
    json-editor-3

  • in Chrome
    json-editor-4

Only in IE 11 have this problem,the other brower(chrome) is normal.

1

plz help me with this. Thanks a lot!

Is it similar to this? #3622

@Rem486
Copy link
Author

Rem486 commented Sep 27, 2019

I found ace_text-input had different style when typing in IE 11 and Chrome.

<textarea class="ace_text-input" 
style="left: 228px; top: 112px; width: 1px; height: 0px; font-size: 1px; opacity: 0;" >
</textarea>

in IE the width and height of it is always 1px 0px
in Chrome it will be set to 13px 16px

@nightwing
Copy link
Member

Please check if this is fixed on https://raw.githack.com/ajaxorg/ace/keyboard/kitchen-sink.html. THis was caused by editor not handling correctly the way IE selects composition text.

@Rem486
Copy link
Author

Rem486 commented Sep 29, 2019

Great! It was fixed in https://raw.githack.com/ajaxorg/ace/keyboard/kitchen-sink.html. Thank you!

json-editor-5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants