-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Japanese keyboards do not finish composition when we restore the deleted text. Then some keyboards call setComposingText([text], 1) again which moves the cursor before the restored text, and some keyboards do not respond at all and therefore later composition change moves the cursor before the restored text. It seems that all the keyboard apps I tested calmly respond to the finishComposingText() call, probably because it gets the call in various situations such as focus loss. BUG=758443 (cherry picked from commit 08ed69a) Change-Id: I752d9d86053a923d7ffc4ef248d088ca991aeae1 Reviewed-on: https://chromium-review.googlesource.com/636107 Commit-Queue: Changwan Ryu <[email protected]> Reviewed-by: Ted Choc <[email protected]> Reviewed-by: Alexandre Elias <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#500122} Reviewed-on: https://chromium-review.googlesource.com/656515 Reviewed-by: Changwan Ryu <[email protected]> Cr-Commit-Position: refs/branch-heads/3202@{#74} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters