OSDN Git Service

fix copy/paste using trackball on passion
authorCary Clark <cary@android.com>
Thu, 15 Oct 2009 17:22:12 +0000 (13:22 -0400)
committerCary Clark <cary@android.com>
Thu, 15 Oct 2009 17:54:50 +0000 (13:54 -0400)
commit31f7153b80559d0b0580ce91bd1465aea7588aa2
treef6908504d1da55df7095796bcd76c52be9e3d159
parent734b5134dfb8de1717b5772d41dd8fdcc093980e
fix copy/paste using trackball on passion

This fix should be considered for passion mr1, but
does not affect sholes -- this is a trackball only bug.

The selection caret and arrow now take the scale factor and
the height of the title bar into account when preparing the
canvas for drawing.

Also, simply call to CopyPaste::findClosest, and remove
logic to attempt to pin the arrow to the current cursor.

Requires a companion fix in framework/base
Fixes http://b/issue?id=2187591
WebKit/android/nav/WebView.cpp