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

Swiping on menus doesn't accept wheelevent.deltaX #7

Closed
Iraka-C opened this issue Dec 18, 2020 · 1 comment
Closed

Swiping on menus doesn't accept wheelevent.deltaX #7

Iraka-C opened this issue Dec 18, 2020 · 1 comment
Labels
firefox Firefox browser macOS Using Mac OS System

Comments

@Iraka-C
Copy link
Owner

Iraka-C commented Dec 18, 2020

When swiping on a menu in Firefox, only vertical scrolls are received. The horizontal scrolls will be blocked. (expect for the first wheelX event).

On the canvas area wheelX & wheelY can both be received: There must be something different between a canvas-panel div and menu-panel div.

@Iraka-C Iraka-C added firefox Firefox browser macOS Using Mac OS System labels Dec 18, 2020
@Iraka-C
Copy link
Owner Author

Iraka-C commented Dec 18, 2020

Conclusion

Firefox implemented over scroll gesture, when scrolling to the top of page will navigate forward/back.

use overscroll-behavior: none; on both html and div will solve this.

@Iraka-C Iraka-C closed this as completed Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
firefox Firefox browser macOS Using Mac OS System
Projects
None yet
Development

No branches or pull requests

1 participant