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

Define behavior for wheel event group when the scroll is handed off #342

Open
dlrobertson opened this issue Feb 21, 2023 · 2 comments
Open

Comments

@dlrobertson
Copy link
Member

All browsers seem to agree that given the following sequence:

  • Wheel scroll in scrollable element at the end of the scrollable range which is handed off.
  • A following wheel scroll after the element has handed off overscroll.

Wheel events for the first gesture will be targetted at the event target for the wheel event group. The second scroll will be the initial wheel event for a new wheel event group, and as a result will have a new event target.

Related to: #338

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

No branches or pull requests

2 participants
@dlrobertson and others