Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: scroller moves far from current position on some cases #7

Open
AndroidDeveloperLB opened this issue Sep 7, 2015 · 2 comments
Open

Comments

@AndroidDeveloperLB
Copy link
Owner

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.

@davideas
Copy link

@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.

@AndroidDeveloperLB
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants