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

Scroll on top and bottom not work #264

Closed
happysurf opened this issue Mar 6, 2018 · 7 comments
Closed

Scroll on top and bottom not work #264

happysurf opened this issue Mar 6, 2018 · 7 comments

Comments

@happysurf
Copy link

happysurf commented Mar 6, 2018

These gestures doesn't work on pages like this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1347204
If you move the scrollbar with mouse cursor or move the wheel then gestures works.

@Robbendebiene
Copy link
Owner

Thanks for the report.
The problem is caused by the website specific CSS property: scroll-behavior: smooth;
Even though I already knew about this problem, I'm still not aware of any good solution, besides temporary disabling this property.

@Robbendebiene
Copy link
Owner

It seems like this problem does not occur anymore.
@happysurf can you confirm this?

Possible related Firefox bugs:
https://bugzilla.mozilla.org/show_bug.cgi?id=1139745
https://bugzilla.mozilla.org/show_bug.cgi?id=1584035

@happysurf
Copy link
Author

It seems like this problem does not occur anymore.
@happysurf can you confirm this?

Yes, the problem is fixed (now on 77beta2).
Thanks for the info.

@Robbendebiene
Copy link
Owner

Thanks for your confirmation. In this case I'm closing this bug :)

@Robbendebiene
Copy link
Owner

Sadly the issue still exists on other pages so it's still unsolved: https://add0n.com/index.html

@Robbendebiene Robbendebiene reopened this May 11, 2020
@happysurf
Copy link
Author

Sadly the issue still exists on other pages so it's still unsolved: https://add0n.com/index.html

Confirmed.

Robbendebiene added a commit that referenced this issue Jun 18, 2020
…if the element has scroll-behaviour: smooth (#264)
@Robbendebiene
Copy link
Owner

This should be fixed in Gesturefy version 3.0.3. The actual scroll behaviour still slightly differs from pages that do not use the scroll-behavior: smooth; property, but most users won't event notice this.

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

No branches or pull requests

3 participants