Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1876)

Unified Diff: content/renderer/render_view_impl.cc

Issue 59553003: Do not show IME on every touchend event when input field has focus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2nd approach with focus() Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index fe683d5f99680b4e204cbda0445d74b7464f8de6..83c91bc1b22fd93e217b3be25937d2d3104f4d96 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -2619,7 +2619,7 @@ void RenderViewImpl::didChangeSelection(bool is_empty_selection) {
UpdateTextInputType();
SyncSelectionIfRequired();
#if defined(OS_ANDROID)
- UpdateTextInputState(false, true);
+ UpdateTextInputState(true, true);
aurimas (slooooooooow) 2013/12/02 23:15:05 Selection change is not the same as focus(), this
#endif
}
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698