diff --git a/core/java/android/webkit/WebTextView.java b/core/java/android/webkit/WebTextView.java index 1a65ce8b7db27..d24a5abc0365e 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: