GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-04-11T23:04:28.000+0000 |
Affected Version/s | Release 5.2.0 |
Fix Version/s | Release 5.4.0 |
Components | Windows |
Labels | listSections, listView, qe-5.4.0, sectionTitle, windows_phone |
Reporter | Zakhar Zhuravlev |
Assignee | Gary Mathews |
Created | 2016-03-15T17:52:52.000+0000 |
Updated | 2016-06-27T19:05:27.000+0000 |
1. On android and ios if you don't set section header's title, then header is invisible. But not on Windows phone. Section header takes its place on screen as empty rectangle.
2. This rectangle catches 'itemclick' event with e.itemIndex == -1.
This has been fixed by https://github.com/appcelerator/titanium_mobile_windows/pull/585 Marking as resolved.
Verified as fixed. With the test case provided, the empty rectangle is no longer visible, and the first item is aligned to the top. Tested on: Windows 10 Pro Windows Phone 10.0 (Microsoft Lumia 640 LTE) Appc Studio: 4.7.0.201606220541 Ti SDK: 5.4.0.v20160617074028 Appc NPM: 4.2.7-2 Appc Core: 5.4.0-18 Node: v4.4.4 *Closing Ticket.*