summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebTextView.java
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2009-09-23 15:40:17 -0400
committerCary Clark <cary@android.com>2009-09-23 15:40:17 -0400
commit37703b6c875a935e6341d8a710796bc0c87d3044 (patch)
tree077c46b62d877f233a33e02b8ec72ecf24dbd697 /core/java/android/webkit/WebTextView.java
parentbdeccbba6f6ed49da4e8e668d62754bc7263e9ce (diff)
invalidate the webview after pressing the IME 'next' button
fixes http://b/issue?id=2141013
Diffstat (limited to 'core/java/android/webkit/WebTextView.java')
-rw-r--r--core/java/android/webkit/WebTextView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/webkit/WebTextView.java b/core/java/android/webkit/WebTextView.java
index 1a65ce8b7db2..d24a5abc0365 100644
--- a/core/java/android/webkit/WebTextView.java
+++ b/core/java/android/webkit/WebTextView.java
@@ -328,6 +328,7 @@ import java.util.ArrayList;
// Since the cursor will no longer be in the same place as the
// focus, set the focus controller back to inactive
mWebView.setFocusControllerInactive();
+ mWebView.invalidate();
mOkayForFocusNotToMatch = true;
break;
case EditorInfo.IME_ACTION_DONE: