-
Notifications
You must be signed in to change notification settings - Fork 38.1k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityverifiedVerification succeededVerification succeeded
Milestone
Description
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.
We need to
- Check Chrome version, both v55 and v56 are wrong about composition update
- 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
onInputevent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityverifiedVerification succeededVerification succeeded
