Remove an overzealous call to setDefaultSelection.

This was added to try and fix an earlier bug,
http://b/issue?id=2431351  However, it results in all
touches setting to the default selection, which
is incorrect.

Fix for http://b/issue?id=2486721
This commit is contained in:
Leon Scroggins
2010-03-03 19:08:56 -05:00
parent 48b5c5c93b
commit 75a36c2bc7

View File

@ -3410,7 +3410,6 @@ public class WebView extends AbsoluteLayout
if (isTextView) {
rebuildWebTextView();
if (inEditingMode()) {
mWebTextView.setDefaultSelection();
imm.showSoftInput(mWebTextView, 0);
if (zoom) {
didUpdateTextViewBounds(true);