LollipopContactsRecyclerViewFastScroller icon indicating copy to clipboard operation
LollipopContactsRecyclerViewFastScroller copied to clipboard

Bug: scroller moves far from current position on some cases

Open AndroidDeveloperLB opened this issue 10 years ago • 2 comments

steps:

  1. make the items count to 20.
  2. drag the fast-scroller to the middle (or anything else).
  3. scroll a really tiny bit (in the recyclerView itself)

The bug: it shows the scrollber very far from its previous position.

AndroidDeveloperLB avatar Sep 07 '15 22:09 AndroidDeveloperLB

@AndroidDeveloperLB, I've reproduced this behavior, I think it's because the real linked position is lower so, scrolling the RV it adjust the handle at the correct (for him) Y height.

I can see a solution, when finish to drag the FastScroller, we can recalculate the real position, at that point, the handle will be positioned at the right position.

davideas avatar Apr 17 '16 15:04 davideas

@davideas It would be great if you'd show a solution .

AndroidDeveloperLB avatar Apr 17 '16 16:04 AndroidDeveloperLB