souissimarwa / remotedroid

Automatically exported from code.google.com/p/remotedroid
0 stars 0 forks source link

Two quick cursor moves register as a click-and-drag #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Move the cursor using the touchpad, twice, with a very short finger-lift in 
between.
2. Do it over text to see the text get selected.

Because the first drag was not in-place (ie. it is an obviously intentional 
cursor move), you would expect the second one to NOT be treaded as a 
click-and-drag. On most laptops, the second movement is only treated as a drag 
if the first press did NOT move. remotedroid treats both scenarios as a 
click-and-drag, presumably because it doesn't check whether the first gesture 
moved outside some threshold. 

Version 1.4 on Android 2.1 on rooted Milestone.

Original issue reported on code.google.com by matija.erceg@gmail.com on 2 Aug 2010 at 9:35

GoogleCodeExporter commented 8 years ago
The only workaround without disabling Tap to click is to lower the tap speed in 
settings (but this makes the double-tap to click-and-drag nearly impossible.

Original comment by matija.erceg@gmail.com on 2 Aug 2010 at 9:38

GoogleCodeExporter commented 8 years ago
Im working in this area, should be resolved within the week

Original comment by onecs...@gmail.com on 6 Sep 2010 at 7:30