jodit icon indicating copy to clipboard operation
jodit copied to clipboard

Composing japanese text is decided unintentionally.

Open mstssk opened this issue 2 years ago • 0 comments

Jodit Version: 3.19.3

Browser: Chrome 103.0.5060.134 OS: macOS 12.5 Is React App: False

Code

No specific configuration is required.

Expected behavior:

Do not decide text input unintentionally.

Actual behavior:

  1. Editor is empty. There are no nodes.
  2. Start to type Japanese text.
  3. Jodit decide first input character unintentionally, despite the Japanese text is still composing.

e.g. Input こんにちは(konnichiha) by Japanese IME, first character (k or こ) is decided unintentionally.

https://user-images.githubusercontent.com/500072/182009448-92d6374e-fa3c-4bdb-9a28-3ce0083a24bd.mov

Workaround: If disable wrap-nodes plugin, this behavior does not occur.

mstssk avatar Jul 31 '22 04:07 mstssk