am 8871403a: Merge "Show caret handle when clicking in the middle of text." into jb-dev

* commit '8871403ad2ea885dc9e773b3fb476b54bbf25412':
  Show caret handle when clicking in the middle of text.
This commit is contained in:
George Mount
2012-05-23 14:55:27 -07:00
committed by Android Git Automerger

View File

@@ -7872,7 +7872,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
nativeSetTextSelection(mNativeClass, data.mSelectTextPtr);
if ((data.mSelectionReason == TextSelectionData.REASON_ACCESSIBILITY_INJECTOR)
|| (!mSelectingText
|| (!mSelectingText && data.mStart != data.mEnd
&& data.mSelectionReason != TextSelectionData.REASON_SELECT_WORD)) {
selectionDone();
mShowTextSelectionExtra = true;