summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebTextView.java
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-12-08 16:57:26 -0500
committerLeon Scroggins <scroggo@google.com>2009-12-09 10:19:10 -0500
commit47fabbfcbf99e5e3b73a6ee09059c77932ef1b7b (patch)
treed025e097b6ad4e3ed625056deb65947a9aee9433 /core/java/android/webkit/WebTextView.java
parent981ccfbbfd737e2bdf0cedec0089975f91fd4e0a (diff)
Pass a message to move the focus when user hits "Next".
Directly move the focus rather than passing a click. Fixes http://b/issue?id=2292683 Requires a change to external/webkit
Diffstat (limited to 'core/java/android/webkit/WebTextView.java')
-rw-r--r--core/java/android/webkit/WebTextView.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/webkit/WebTextView.java b/core/java/android/webkit/WebTextView.java
index 608c8a240b47..92da456467a6 100644
--- a/core/java/android/webkit/WebTextView.java
+++ b/core/java/android/webkit/WebTextView.java
@@ -325,9 +325,6 @@ import java.util.ArrayList;
mWebView.setFocusControllerInactive();
mWebView.nativeMoveCursorToNextTextInput();
mOkayForFocusNotToMatch = true;
- // Pass the click to set the focus to the textfield which will now
- // have the cursor.
- mWebView.centerKeyPressOnTextField();
// Preemptively rebuild the WebTextView, so that the action will
// be set properly.
mWebView.rebuildWebTextView();