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

Fix nudging so that it fires on interval, not only on mousemoves #1368

Closed
bhousel opened this issue Apr 9, 2024 · 0 comments
Closed

Fix nudging so that it fires on interval, not only on mousemoves #1368

bhousel opened this issue Apr 9, 2024 · 0 comments
Assignees
Labels
feature-usability Issue or feature related to usability - something hard to do
Milestone

Comments

@bhousel
Copy link
Contributor

bhousel commented Apr 9, 2024

Opening an issue for a thing that I've noticed for a while.

We have a behavior called "map nudging" which will automatically pan the map if you are drawing and you get close to the edge of the map.

The nudging behavior was implemented to only pan on pointermove, but actually it should continue panning if the user is anywhere in the edge of the screen (they shouldn't need to keep jiggling the mouse to get the pans to happen)

nudging-mousemove

@bhousel bhousel added the feature-usability Issue or feature related to usability - something hard to do label Apr 9, 2024
@bhousel bhousel self-assigned this Apr 10, 2024
bhousel added a commit that referenced this issue Apr 10, 2024
@bhousel bhousel added this to the v2.3 milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-usability Issue or feature related to usability - something hard to do
Projects
None yet
Development

No branches or pull requests

1 participant