OSDN Git Service

Fix a clicking bug.
authorLeon Scroggins <scroggo@google.com>
Wed, 28 Oct 2009 18:25:19 +0000 (14:25 -0400)
committerLeon Scroggins <scroggo@google.com>
Wed, 28 Oct 2009 19:09:28 +0000 (15:09 -0400)
commit19194ea29920c2f7a02d08dfb0416608bc81dbb7
tree6cb485cb986d886d210066e5585419e77e69d220
parent8c6c2864439f5757f8e480c9b23f640baacb9f4f
Fix a clicking bug.

Remove some code that simulates a mouse click at the beginning of
a textarea and the end of a textfield.  The original goal was to
make the click change the selection to be at the beginning or end
of the field, respectively.  However, we actually make another call
which prevents this click from the selection.  Further, the
selection actually gets changed elsewhere.

Fixes http://b/issue?id=2219233
WebKit/android/nav/CachedRoot.cpp
WebKit/android/nav/CachedRoot.h
WebKit/android/nav/WebView.cpp