[TIMOB-24560] Index is not refreshed on click of tableviewrow item in Android 7.0
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-05-24T15:22:59.000+0000 |
Affected Version/s | Release 6.0.3 |
Fix Version/s | Release 6.2.0 |
Components | Android |
Labels | qe-6.2.0 |
Reporter | Victor Vazquez Montero |
Assignee | Gary Mathews |
Created | 2017-04-05T18:24:05.000+0000 |
Updated | 2017-06-30T13:46:05.000+0000 |
Description
Issue
Problem getting the index and rowdata of the clicked row item. Whenever the table view row item is clicked, we are getting incorrect index and rowdata, always the last rows index and rowdata is returned.
Expected outcome
Correct index and rowdata returned.
Steps to recreate
Create a new classic project
replace app.js with attached app.js
run on AndroidN OS 7.x
Attachments
File | Date | Size |
app.js | 2017-04-05T18:17:34.000+0000 | 614 |
master: https://github.com/appcelerator/titanium_mobile/pull/8948
[~gmathews] Hey Gary, is there any update on this ticket?
[~vvazquezmontero] Yes, currently awaiting QE review.
[~gmathews] Hello, in what version is this fix included?
[~vvazquezmontero] 6.2.0
{noformat} SDK Version : Local 6.2.0 Mac OS Version : 10.12.4 Appc CLI : 6.2.1 Appc NPM : 4.2.9 Node : v6.10.3 Device: Nexus 5x(6.0.1), Pixel XL(7.1.2) Emulator: (7.0), (6.0), (4.4.2) {noformat} Using above env passed FR. After merge, the changes are present in
6.2.0.v20170630052324
. *Closing*