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

IME Japanese Support #342

Closed
jessierevil04 opened this issue Mar 20, 2018 · 3 comments
Closed

IME Japanese Support #342

jessierevil04 opened this issue Mar 20, 2018 · 3 comments

Comments

@jessierevil04
Copy link

When typing with the IME enabled in Windows 7 Chrome(Ver 65.0.3325.162) & IE 11,
the first character is ignored.
In https://quilljs.com/ live demo, the issue does not exists.

Steps to replicate:

  1. Enable Japanese Hiragana IME
  2. Visit https://zenoamaro.github.io/react-quill/ (DEMO)
  3. Clear all contents until the html content becomes <p><br></p>
  4. Type "tesuto" + Enter

Expected behavior:
Result: てすと

Actual behavior:
Result (Chrome): tてすと
Result (IE): tえすと

Related Issues:
surmon-china/vue-quill-editor#56
slab/quill#1904
slab/quill#1453

React Quill 1.2.6

@alexkrolick
Copy link
Collaborator

alexkrolick commented Apr 6, 2018

Does it work when copy-pasting into Quill? Could be an issue with the paste method in Quill rather than this wrapper library.

@colorhook
Copy link

updating quill to v1.3.6 can resolve this issue

@alexkrolick
Copy link
Collaborator

alexkrolick commented Apr 10, 2018

yarn upgrade react-quill

or

npm upgrade react-quill

should update the dependency

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

No branches or pull requests

3 participants