-
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
Cannot input the first character with Chinese IME #626
Comments
Thanks for the report. I'll see if I can reproduce it in the 1.0 development branch and look into a fix if so. |
Here's the crazy workaround: https://jsbin.com/fidivelale/1/edit?html,js,output
|
Here is how the problem looks like: actual behavior: (recording from IE11) Steps to reproduce the problem.
Environment: Windows 8 |
plz disable your chrome extend,and have a try. |
@kennywho , when I disable evernote extend ,everything is all right. But why? I found ScrollBlot's MutationObserver (in parchment) give a wrong mutations when I able evernote extend . But ,when I write a contenteditable div like this |
Looks like multiple people are reporting it is due to Evernote. Please contact their development or support team. |
This is quite specific test-case reproduced on different Windows machines with Chinese Traditional keyboard input. Unfortunately, this is quite nasty.
While typing the very first character in editor with the input method specified below, the caret goes back to start position every time you press a key, essentially making it impossible to start typing. Important note: after typing a space character (' ') you can then type normally!
Language: Chinese (Traditional, Taiwan)
Keyboard: Chinese (Traditional) - New Phonetic
Preferred keyboard layout - HanYu Pinyin
Probably, it's an edge case for issue #213.
Steps for Reproduction
Expected behavior: The mini-popup appears underneath the typed char and one can complete the hieroglyph.
Actual behavior: The caret moves back to initial position and mini-popup does not appear, essentially making it impossible to type. Pressing space solves the issue.
Platforms: IE11 on Win7 (not reproduced on latest FF and Chrome)
Version: v0.20.1
The text was updated successfully, but these errors were encountered: