DescriptionFix IME on bookmark edit dialog.
On bookmark edit dialog, text fields gets logical focus
first, then NativeTextFieldViews gets real win32 focus,
in which case InputMethodTSF fails to set focused
TextInputClient for TSF.
This CL adds calling InputMethod()->OnFocus() when
NativeTextFieldViews (which is a TextInputClient as well)
gets focus, to make sure InputMethodTSF can properly
pass focused TextInputClient to TSF.
BUG=265337
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216992
Patch Set 1 #Patch Set 2 : Propagate focus to InputMethod from NativeTextFieldViews #
Total comments: 2
Patch Set 3 : Call InputMethod::OnBlur() in HandleBlur() #Messages
Total messages: 8 (0 generated)
|