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

[TIMOB-11050] fill x,y in rowClicked #4145

Closed
wants to merge 1 commit into from

Conversation

salachi
Copy link
Contributor

@salachi salachi commented Apr 11, 2013

Filled x,y values in rowClicked.

https://jira.appcelerator.org/browse/TIMOB-11050

@ayeung
Copy link
Contributor

ayeung commented Apr 19, 2013

The docs actually say that this isn't supported for android. http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TableView-event-click

Also, this implementation will break parity with iOS. Currently, the x and y for iOS is relative to the row, and now the table view itself (probably bubbled up from the row).

@salachi
Copy link
Contributor Author

salachi commented May 6, 2013

Should we proceed with this one by returning x,y relative to row?

@ayeung
Copy link
Contributor

ayeung commented May 9, 2013

Yeah it should be relative to the row. If there's an easy way to do this, great. The ticket can be changed to a new feature. If not, I would mark the ticket as invalid since it's not documented.

@salachi
Copy link
Contributor Author

salachi commented Jun 18, 2013

Looks like it is not that straight forward, you can go ahead and mark the ticket as invalid.

@ayeung
Copy link
Contributor

ayeung commented Jun 18, 2013

Closing as invalid.

@ayeung ayeung closed this Jun 18, 2013
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.

None yet

2 participants