DescriptionSupport CancelCompositionText/ComfirmCompositionText in TSF.
Currently CancelCompositionText is not fully implemented in
InputMethodTSF. This CL fixes the issue.
Note:
CUAS is also implementing the protocol conversions from
ImmNotifyIME(NI_COMPOSITIONSTR, CPS_CANCEL, 0)
and
ImmNotifyIME(NI_COMPOSITIONSTR, CPS_COMPLETE, 0)
into TSF operations, respectively. To minimize the risk of
compatibility issues, this CL uses the the same protocol
conversions logic to CUAS.
BUG=246534
TEST=Tested with GoogleJapaneseInput
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208124
Patch Set 1 : #
Total comments: 8
Patch Set 2 : Address comment #Patch Set 3 : Fix a typo #
Messages
Total messages: 10 (0 generated)
|