-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Typing using Chinese keyboard in iOS9.3.3 if inline style is active will double the input result. #1921
Comments
请问你有解决这个问题吗 |
我好像是修改了core/selection.js这个文件解决的,时间太久了,你可以试试 |
@icewind7030 @hiYoHoo Is it ok now? Can someone tell me pls? My Chinese sucks. I m having the similar problem in #2305 |
@WinMinTun I tweak the core/selection.js a little just like the image I posted, it seems fixed the problem, and I chose not to update my quill.js file together with the origin repository any more. So I can not be sure it works for now or is it still a problem since the origin repository changes a lot. this.emitter.emit(Emitter.events.TEXT_CHANGE, null, null, Emitter.sources.USER);
if(/iPhone OS 9/i.test(navigator.userAgent) || /iPhone OS 10/i.test(navigator.userAgent)) return; |
@icewind7030 Thanks. I tried but not ok (version 1.3.6). What are the events |
Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide 🙏 |
Typing using Chinese keyboard in iOS9.3.3 if inline style is active will double the input result.
Steps for Reproduction
See the video of reproduction.
https://youtu.be/4M7eAV0eVB0
Expected behavior:
Get the only one copy of word in IME to editor.
Actual behavior:
The word in IME got doubled and show in the editor.
Platforms:
iOS9.3.3 Safari
Version:
1.3.4
The text was updated successfully, but these errors were encountered: