leinardi / leinardi/FloatingActionButtonSpeedDial
Issues with scrolling to the top & bottom
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm using this FAB in a CoordinatorLayout but facing two problems which both apparently relate to scrolling of content in RecyclerView to the extreme top or bottom:
- The over scroll effect (the glow effect of
overScrollMode) is lost. - When i kinetically scroll to the top or bottom and tap on a list item, the tap doesn't register. I have to tap another time for it to register.
The issues are gone as soon as I set the visibility of the FAB to GONE.
Both these issues are annoying and overshadowing the benefits of this otherwise great library.
Kindly fix these.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the FAB visible in a CoordinatorLayout containing a RecyclerView, focusing on overScrollMode and taps after kinetic scrolling to either extreme. Trace the FAB's interaction with scrolling and visibility, then verify that the RecyclerView retains its overscroll effect and that the first tap on a list item registers at both the top and bottom.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100