onEditorChange is not triggered when typing IME
See original GitHub issueWhat is the current behavior? onEditorChange is not capturing the composition end event (tested on Chinese pinyin) on iOS Chrome / Safari.
From the above image, one can clearly see onEditorChange is not firing when user clicks “你好” and finishes word composition process on the iOS keyboard.
Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar. https://codesandbox.io/s/tinymcereact-forked-piom2?file=/src/index.js
What is the expected behavior? onEditorChange should be fired immediately when user clicks the word and finishes the composition process.
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or tinymce-react
?
the bug was found on iOS (13.6.1) Chrome and Safari with most updated TinyMCE & tinymce-react versions.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
Release 3.10.4 will have this change when it finishes building. ETA 30 minutes.
Closing as this should hopefully be fixed.