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

fix(Home): floating button scroll gesture capture #1180

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

GeopJr
Copy link
Owner

@GeopJr GeopJr commented Oct 26, 2024

The problem:

Revealers still capture scroll and click events, even if the child is not visible. This causes the floating button section at the bottom right to be unclickable and unscrollable under some circumstances.

The compose button specifically, has a margin at the bottom and the space is unusuable.

The fix:

Hijacking the reveal-child and child-revealed to change the visibility before/after child-revealed and before/after we are about to reveal-child

@GeopJr GeopJr merged commit c1c4269 into main Oct 29, 2024
5 checks passed
@GeopJr GeopJr deleted the fix/home/floating-button-hover-gesture-capture branch October 29, 2024 10:44
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

Successfully merging this pull request may close these issues.

1 participant