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:
@ -3410,7 +3410,6 @@ public class WebView extends AbsoluteLayout
|
||||
if (isTextView) {
|
||||
rebuildWebTextView();
|
||||
if (inEditingMode()) {
|
||||
mWebTextView.setDefaultSelection();
|
||||
imm.showSoftInput(mWebTextView, 0);
|
||||
if (zoom) {
|
||||
didUpdateTextViewBounds(true);
|
||||
|
Reference in New Issue
Block a user