Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cd80d73 authored by Cary Clark's avatar Cary Clark Committed by Android Git Automerger
Browse files

am db6d939d: if the cursor and focus don\'t match, match them on text view clicks

Merge commit 'db6d939d' into eclair-plus-aosp

* commit 'db6d939d':
  if the cursor and focus don't match, match them on text view clicks
parents c6a35f8e db6d939d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4916,6 +4916,9 @@ public class WebView extends AbsoluteLayout
        // In case the soft keyboard has been dismissed, bring it back up.
        InputMethodManager.getInstance(getContext()).showSoftInput(mWebTextView,
                0);
        if (nativeFocusNodePointer() != nativeCursorNodePointer()) {
            nativeMotionUp(x, y, mNavSlop);
        }
        nativeTextInputMotionUp(x, y);
    }