invalidate the webview after pressing the IME 'next' button

fixes http://b/issue?id=2141013
This commit is contained in:
Cary Clark
2009-09-23 15:40:17 -04:00
parent bdeccbba6f
commit 37703b6c87

View File

@@ -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: