Skip to content

unconfirmed text of CJK IME collapse to one character #24557

@rebornix

Description

@rebornix

This problem is introduced by Electron 1.6.x, it's the same issue as microsoft/monaco-editor#320, but we didn't fix all the problems via eb08a8d but that fix targets v55 but Electron 1.6.x ships with Chrome v56.

cjk

We need to

  1. Check Chrome version, both v55 and v56 are wrong about composition update
  2. When we receive compositionUpdate event, textarea doesn't get updated yet so the value of the texarea is obsolete. We need to postpone the specialized composition update for Chrome v55/56 to onInput event.

cc @bpasero @alexandrudima

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions