Chromium Code Reviews
DescriptionFix WebView not to hide soft keyboard on navigation
We were calling ImeAdapter#reset() (now renamed as resetAndHideKeyboard)
whenever navigation occurred. This change was introduced in
https://codereview.chromium.org/1278593004 .
However, there are cases, e.g. email client using WebView, where we don't
want the behavior. (b/27547367)
We will still call resetAndHideKeyboard() when renderer process is gone
as a safety net for ImeThread feature, and hide keyboard through
updateKeyboardVisibility() function.
BUG=601707
Committed: https://crrev.com/cbd74f1402d7f3d87b032ea9ee1d4d65f6fcde8c
Cr-Commit-Position: refs/heads/master@{#395535}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|
||||||||||||||||||||||||||||