[TIMOB-24904] Windows: Unable to add a ListView with no section to a window on 8.1 emulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-10-25T05:51:51.000+0000 |
Affected Version/s | Release 6.2.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Kota Iguchi |
Created | 2017-06-28T14:08:28.000+0000 |
Updated | 2018-08-02T22:20:07.000+0000 |
Description
Description
Adding a ListView to a Window with no sections errors out on Windows Phone 8.1 emulator, as of TIMOB-24760 being merged
var win = Ti.UI.createWindow();
var listview = Ti.UI.createListView({
height: 600
});
var fruitSection = Ti.UI.createListSection({ headerTitle: 'Fruits ' });
//listview.sections = [fruitSection];
win.add(listview)
win.open();
Closing this, as we are going to drop 8.1 support in next major version.
Closing old "Won't fix" tickets. If you disagree, please reopen.