OSDN Git Service

Only revealSelection if scale has not changed.
authorLeon Scroggins <scroggo@google.com>
Mon, 24 Jan 2011 21:50:32 +0000 (16:50 -0500)
committerLeon Scroggins <scroggo@google.com>
Mon, 24 Jan 2011 21:50:32 +0000 (16:50 -0500)
commitb535e4c1e9de4a018bdec6a6048927ab3033ef02
tree33b7f26e873025448fa5dcce6fcd21741b0c18d1
parent908703e420f4931f74527aaeb3d5faabdd66c28a
Only revealSelection if scale has not changed.

Bug:3383787

The intent of calling revealSelection was to show the text field
when the IME is shown.  If the scale changed, this was a zoom, not
an opening of the IME.

Change-Id: Idcb17c18eb7f90b79521da1ab1b48931808773d6
WebKit/android/jni/WebViewCore.cpp