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

Rework move operation to use offsets #892

Open
amolenaar opened this issue Apr 5, 2025 · 0 comments
Open

Rework move operation to use offsets #892

amolenaar opened this issue Apr 5, 2025 · 0 comments

Comments

@amolenaar
Copy link
Member

amolenaar commented Apr 5, 2025

On macOS, objects sometimes jump back to their starting position. This is because the event sequence is closed before the drag-end handler is fully executed. It's an intermittent error.

However, for simplicity and cleanness of interface it would be nice to provide the move operations (move and stop_move) with offsets, instead of actual positions.

See #891 for the current solution: remember the start position ourselves.

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