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

Do not pass up mouse actions on cell for Issue #166 #167

Merged
merged 1 commit into from
May 27, 2016

Conversation

michaelzoech
Copy link

Until now the cell forwarded mouse down/up events that it handled to
the super implementation. This means that the events are forwarded to
the parent views underneath the cell.

This patch removes the super calls. The cell is handling the calls and
should not forward the actions to the view underneath.

This allows to differentiate between clicks on a cell and clicks in
non-cell space.

Until now the cell forwarded mouse down/up events that it handled to
the super implementation. This means that the events are forwarded to
the parent views underneath the cell.

This patch removes the super calls. The cell is handling the calls and
should not forward the actions to the view underneath.

This allows to differentiate between clicks on a cell and clicks in
non-cell space.
@jwilling
Copy link
Owner

Thank you for putting this together! 📦 I apologize for the delay in responding to this.

I agree with this change, but I am slightly worried about backwards compatibility for people who were depending on this behavior. I suppose my best option is just to add a new tag for this commit, which I will do. This will be tagged as 1.6. Thanks again.

Fixes #166.

@jwilling jwilling merged commit aab9e56 into jwilling:master May 27, 2016
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