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

Add threshold to drag detection, to reduce over sensitivity #593

Closed
bentoogood opened this issue Oct 11, 2013 · 1 comment
Closed

Add threshold to drag detection, to reduce over sensitivity #593

bentoogood opened this issue Oct 11, 2013 · 1 comment
Assignees

Comments

@bentoogood
Copy link
Contributor

Users are finding that it is too easy to accidentally drag an item from a list.

@ghost ghost assigned johnhaddon Oct 11, 2013
@johnhaddon
Copy link
Member

This does need doing, but I think we can address the actual problem the users are having as well. They're slipping and accidentally dragging a single selected field in a list of paths onto the list of paths itself - which is removing all paths except the one dropped. We should just ignore drags which are originating on the same widget as they're being dropped on (making sure you can still drop onto the "-" button).

johnhaddon added a commit to johnhaddon/gaffer that referenced this issue Oct 16, 2013
This was causing trouble for users who were accidentally dragging and dropping a single line from a PathVectorDataPlugValueWidget onto itself, thus removing all the other lines. This addresses the underlying problem which motivated GafferHQ#593.
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

2 participants