OSDN Git Service

do not merge: 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>
Fri, 16 Oct 2009 13:31:03 +0000 (09:31 -0400)
commite99015639226215f6e9089a7a49b196e40e625f0
tree5570cc45d88f6a08dca9355a9d3f8b8e09fec631
parente7430864058b3c222b4b0468cf8812a9a733818b
do not merge: fix copy/paste using trackball on passion

This fix is alrady in mr2. It 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