leinardi / leinardi/FloatingActionButtonSpeedDial

Issues with scrolling to the top & bottom

Open
#99 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Status: Stale
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:

  1. The over scroll effect (the glow effect of overScrollMode) is lost.
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.