[TIMOB-28292] Android: bindId undefined for child templates
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Unresolved |
Affected Version/s | Release 9.3.0 |
Fix Version/s | Release 9.3.1 |
Components | Android |
Labels | android, listview, regression |
Reporter | sandeep |
Assignee | Gary Mathews |
Created | 2020-12-16T10:04:35.000+0000 |
Updated | 2021-03-07T22:07:51.000+0000 |
Description
- Getting Value undefined of e.bindId in Itemclick event of Listview. Same issue only observe with Android. For iOS version it is working fine
Please Resolve it on priority
Hi, do you have reproducible code?
Any sample listView code with itemClick event giving above issue in android with Ti SDK 9.3.0.GA
Thanks, that is helpful. I'll have a look
I can reproduce the problem. Thanks for the code. Looks like this issue is related to TIMOB-28291, I recommend monitoring that ticket.
master: https://github.com/appcelerator/titanium_mobile/pull/12348
FR Passed, waiting on Jenkins build.
merged to master, backport for 9_3_X merged for 9.3.1 target.
This is still an issue in SDK 9.3.2 if you have a bindId in the parent view and tap on one of the child views. The same works on iOS - I need to get together a test case.