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

TableScreen with custom TableViewCell doesn't respond to events on the subviews #781

Open
FreeAgent opened this issue May 28, 2016 · 2 comments

Comments

@FreeAgent
Copy link

Tap and long-press events on the table-rows are handled by ProMotion, but only in the whitespace on the fringes of the table-row.

Taps on the subviews of the custom TableViewCell aren't captured by Promotion's event-handling.

@andrewhavens
Copy link
Collaborator

@FreeAgent what is the expected behavior? It sounds like the custom cells need to implement some additional behavior, but I'm not sure what. Can you provide some sample code? I have not experienced this issue. It seems like the subviews are getting in the way or not bubbling the event.

@FreeAgent
Copy link
Author

@andrewhavens The expected behaviour is that a tap on a subview of a custom TableViewCell would trigger an event on that table-row, which would be handled by Promotion's event-handling.

I'm sorry I don't have sample code to hand (as I'm not working currently on the project in which this issue arose).

Also, apologies for the long lag in replying; for some reason, I didn't receive any notification about your post (although I'm supposed to be subscribed to this issue).

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