Skip to content

Fix bug that the default case on Touch event #67

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

Merged
merged 2 commits into from
May 24, 2014
Merged

Conversation

hijamoya
Copy link

Fix bug that the default case on Touch event which should not execute onTouchUp

@denizmveli denizmveli added the bug label Mar 1, 2014
@denizmveli denizmveli added this to the 1.0.5 milestone Mar 1, 2014
handled = onTouchUp(event);
break;
// The default case sholud not execute the onTouchUp(), it may cause wrong action,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be part of the PR description instead of a comment in the code because after this got merged, the comment would be out of context

denizmveli added a commit that referenced this pull request May 24, 2014
Merged pull request #67 - Fix bug that the default case on Touch event
@denizmveli denizmveli merged commit 6d2d653 into etsy:master May 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants