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

Loose focus on scroll feature improvement #6

Merged
merged 1 commit into from
Nov 9, 2011

Conversation

infamous1982
Copy link
Member

The default behaviour when dragging a Container removed the focus instantly once the container was dragged.

This resulted in compilcations on Android devices as the slightest drag removed the focus and thus made commands on container items impossible.

This was resolved by adding a minimum drag distance before the focus is removed. This minimum distance is 10% of the lowest part of the screen resolution.

robert-virkus added a commit that referenced this pull request Nov 9, 2011
Loose focus on scroll feature improvement
@robert-virkus robert-virkus merged commit d374834 into Enough-Software:master Nov 9, 2011
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

Successfully merging this pull request may close these issues.

2 participants