diff options
Diffstat (limited to 'core/java/android/webkit/WebView.java')
-rw-r--r-- | core/java/android/webkit/WebView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 36a38ff..7eaab82 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -4680,8 +4680,8 @@ public class WebView extends AbsoluteLayout if (nativeCursorIsTextInput()) { // This message will put the node in focus, for the DOM's notion - // of focus, and make the focuscontroller active - mWebViewCore.sendMessage(EventHub.CLICK, nativeCursorFramePointer(), + // of focus. + mWebViewCore.sendMessage(EventHub.FAKE_CLICK, nativeCursorFramePointer(), nativeCursorNodePointer()); // This will bring up the WebTextView and put it in focus, for // our view system's notion of focus |