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

Missing "row" key in tableView tap event #5

Open
ricardograca opened this issue Apr 29, 2014 · 0 comments
Open

Missing "row" key in tableView tap event #5

ricardograca opened this issue Apr 29, 2014 · 0 comments

Comments

@ricardograca
Copy link

Unlike the release event of a tableView row, the tap event does not have a key called row: https://github.com/coronalabs/framework-widget/blob/master/widgetLibrary/widget_tableview.lua#L926

This causes a crash if the user's handler function is expecting the row key that is present in the release event. In fact every single tableView event object has this key, except for the tap event.

Both the release and tap event objects should have this key.

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

1 participant