List item is duplicated unexpectedly when typing Japanese characters using IME
Summary
When typing Japanese characters using the IME (i.e. input method editor), a list item is duplicated unexpectedly after Enter key was pressed.
Steps to reproduce
See screencast's 2nd example.
- Enable Japanese IME
- type
n,i,h,o,n,n,g,okeys- this results in
にほんご - when using Japanese IME, inputing characters are not fixed at this point because they may be converted to KANJI
- this results in
- type
ENTERkey-
* にほんごis duplicated in the next line
-
Example Project
N/A
What is the current bug behavior?
The duplicated list item is added in the next line
* にほんご
* にほんご
What is the expected correct behavior?
No list item is added (just finished IME conversion mode)
* にほんご
Relevant logs and/or screenshots
- 1st example
* Englishis expected behavior - 2nd example
* にほんごis bug behavior - 3rd example
* 日本語is expected behavior- when typing
SPACEkey beforeENTERkey to convertにほんご(KANA representation) to日本語(KANJI representation), the bug is not reproducible.
- when typing
Output of checks
This bug happens on GitLab.com (maybe not happens last week)
Results of GitLab environment info
N/A
Results of GitLab application Check
N/A
Possible fixes
N/A
Edited by oohira
