lumica89 / prs-plus

Automatically exported from code.google.com/p/prs-plus
0 stars 0 forks source link

Avoid Overlapping Selection (Dictionary pop-up) doesn't work for multi-word selection #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Your model / PRS+ version?
PRS 650 / Nightly (Rev. 822)

What steps will reproduce the problem?
1. Just call dictionary over several words at once (instead of double tap, do a 
double tap -> (without release) drag -> release.
2. Pop up dictionary appears in the last position it had. It doesn't try to 
avoid overlapping.

Original issue reported on code.google.com by alr...@gmail.com on 17 Feb 2012 at 3:27

GoogleCodeExporter commented 8 years ago
True, it has been built based on double taps. But I'll take a look and see if I 
can extend it to multi-word selections.

Original comment by quisvir on 17 Feb 2012 at 4:43

GoogleCodeExporter commented 8 years ago
Fixed in Revision 3e7b18070aab.

The end of the selection (where your finger leaves the screen) is taken as 
point of reference, and popup if moved if this point is within 100 pixels.

Original comment by quisvir on 17 Feb 2012 at 10:04