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

Prevent self-intersection when drawing ways on touch devices #7423

Closed
quincylvania opened this issue Mar 10, 2020 · 0 comments
Closed

Prevent self-intersection when drawing ways on touch devices #7423

quincylvania opened this issue Mar 10, 2020 · 0 comments
Assignees
Labels
touch-stylus An issue with touchscreen or pen input validation An issue with the validation or Q/A code
Milestone

Comments

@quincylvania
Copy link
Collaborator

iD currently only checks for self-intersection when the pointer moves during drawing. However, move events are never called between pointerdown and pointerup when adding nodes on a touch device. This means iD doesn't catch self-intersections, which is undesirable.

@quincylvania quincylvania added touch-stylus An issue with touchscreen or pen input validation An issue with the validation or Q/A code labels Mar 10, 2020
@quincylvania quincylvania added this to the Next Release milestone Mar 10, 2020
@quincylvania quincylvania self-assigned this Mar 10, 2020
@quincylvania quincylvania modified the milestones: 3.0.0, 2.18.0 May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
touch-stylus An issue with touchscreen or pen input validation An issue with the validation or Q/A code
Projects
None yet
Development

No branches or pull requests

1 participant