bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

IME problem for Chinese input #703

Closed iLoveBug closed 4 years ago

iLoveBug commented 4 years ago

there is an annoying problem when I try to input some Chinese word. for example:

I want to input the word "好", which should be composed by an input with "hao", but the first "h" will be duplicated in the value, as shown in the screenshot.

截屏2019-12-17下午5 02 00

apfelbox commented 4 years ago

Is this a duplicate of https://github.com/bustle/mobiledoc-kit/issues/548 ?

kevinansfield commented 4 years ago

Closing as a duplicate of https://github.com/bustle/mobiledoc-kit/issues/589

iLoveBug commented 4 years ago

After search the list, I realized this is a long story more than 2 years, and no one really fix this problem. So I gave a try. Please review my pull request: https://github.com/TryGhost/mobiledoc-kit/pull/11, which fixed this problem perfectly on Chrome. but still have problem on Safari.