[TIMOB-23239] Windows: list items not receiving click events
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-04-20T01:45:56.000+0000 |
Affected Version/s | Release 5.4.0 |
Fix Version/s | Release 5.4.0 |
Components | Windows |
Labels | lumia, qe-5.4.0, windows |
Reporter | Ricardo Ramirez |
Assignee | Kota Iguchi |
Created | 2016-04-19T20:50:07.000+0000 |
Updated | 2016-06-27T19:06:42.000+0000 |
Description
Issue description
In a ListView with multiple sections the first items of sections after the first section do not receive click events.
For example (as in the test case and video attached) if there are three list sections, item 0 of section 0 will receive a click event, but item 0 of section 1 and item 0 of section 2 will not.
Steps to replicate
Create a new Titanium Alloy Simple project with the latest 5.4.X SDK
Replace the Index.js , Index.tss and Index.xml with the files attached
Run on a Lumia 1520 device
Expected behavior
All clicks responding
Attachments
Yes, this doesn't happen on the latest build.
Verified as fixed, refer to TIMOB-20575 for additional information. *Closing Ticket.*