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

chore(web): extend gesture-recognizer testing to support reproduction of single inputs with multiple touchpoints 🐵 #7067

Closed
Tracked by #6842 ...
jahorton opened this issue Aug 12, 2022 · 1 comment
Milestone

Comments

@jahorton
Copy link
Contributor

for(let index=0; index < inputs.length; index++) {
// TODO: does not iterate over all touchpoints. Not that we can have more than one at present...

There's little reason to implement this at the moment, as currently, each individual input will only ever support a single touchpoint. Once that's remedied, we should address the comment seen above.

@jahorton jahorton added web/ epic A long lived branch, home for a new feature, usually will have child PRs based on it labels Aug 12, 2022
@jahorton jahorton added this to the 16.0 milestone Aug 12, 2022
@mcdurdin mcdurdin modified the milestones: 16.0, 17.0 Oct 17, 2022
@mcdurdin mcdurdin modified the milestones: 17.0, A17S16, A17S17 Jul 7, 2023
@mcdurdin mcdurdin modified the milestones: A17S17, A17S18 Jul 24, 2023
@mcdurdin mcdurdin added chore and removed epic A long lived branch, home for a new feature, usually will have child PRs based on it labels Jul 25, 2023
@mcdurdin mcdurdin modified the milestones: A17S18, A17S19 Aug 6, 2023
@mcdurdin mcdurdin modified the milestones: A17S19, A17S20 Aug 18, 2023
@mcdurdin mcdurdin modified the milestones: A17S20, A17S21 Sep 1, 2023
@mcdurdin mcdurdin modified the milestones: A17S21, A17S22 Sep 15, 2023
@mcdurdin mcdurdin modified the milestones: A17S22, A17S23 Oct 1, 2023
@mcdurdin mcdurdin modified the milestones: A17S23, A17S24 Oct 15, 2023
@mcdurdin mcdurdin modified the milestones: A17S24, A17S25 Oct 27, 2023
@jahorton
Copy link
Contributor Author

This has been fixed to facilitate work that has occurred since. Forgot the issue existed when I did that work, though.

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

2 participants