Merge "DO NOT MERGE -- copy on tapping outside of selected text in gmail" into gingerbread

This commit is contained in:
Cary Clark
2010-08-26 12:04:51 -07:00
committed by Android (Google) Code Review

View File

@@ -5163,6 +5163,9 @@ public class WebView extends AbsoluteLayout
if (mSelectingText) {
// tapping on selection or controls does nothing
if (!nativeHitSelection(contentX, contentY)) {
if (mMapTrackballToArrowKeys) { // gmail
copySelection();
}
selectionDone();
}
break;