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

Consider removing pointermove (and interactionType and pointerIsDragSet) #140

Open
mmocny opened this issue Sep 12, 2024 · 0 comments
Open
Assignees

Comments

@mmocny
Copy link
Contributor

mmocny commented Sep 12, 2024

...as used by the steps of computing interactionID

As far as I can tell, this is computed but isn't actually exposed at all. It seems not used in computing any other values.

In addition, in Chromium we found that the approach specified can be misleading. For example, there is a certain movement threshold distance before a pointer interaction actually becomes a "drag" and not a "tap". The mere dispatch of a move event is not enough signal to make this distinction. Rather than making this more complicated to account for this, it seems best to just remove this distinction.

(There is is also generally a thin line sometimes between what a user considers a tap or drag, better to just not try to label)

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

1 participant