Files
frameworks_base/core/java/android/webkit
John Reck 41f73bdf4d Always do a HIT_TEST
Bug: 6490959
 The issue here is that if the page calls preventDefault on a
 touchstart handler WebViewClassic will not do a HIT_TEST as it
 doesn't get the ACTION_DOWN. This means that the mouse is in the
 wrong position when the click ultimately fires.

 This changes it so that WebViewInputDispatcher will always do a
 HIT_TEST at the start of a touch stream, which ensures that the
 mouse is positioned correctly.

Change-Id: I1aaca7692e2c7aeedeb21fa3592cd4cb3223ea25
2012-05-14 18:40:48 -07:00
..
2012-03-27 12:52:57 -07:00
2012-05-11 13:00:03 -07:00
2012-04-13 16:36:16 +01:00
2011-07-12 14:54:40 +01:00
2012-03-28 07:10:34 -07:00
2012-03-05 10:12:15 -08:00
2012-05-14 18:40:48 -07:00
2012-05-14 18:40:48 -07:00
2012-03-05 10:12:15 -08:00