{ "id": "152409", "key": "TIMOB-19815", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2015-10-28T01:43:19.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "issuelinks": [ { "id": "49485", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "149887", "key": "ALOY-1294", "fields": { "summary": "Windows: Cannot use custom template for ListView", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-02-28T19:54:53.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "Run the code below in the Windows Emulator.\r\n\r\nRESULTS:\r\nOnly the first item is displayed.\r\n\r\n{code}\r\nvar win1 = Titanium.UI.createWindow({\r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\n\r\nvar data = [\r\n { properties: { title: 'Row 1' } },\r\n { properties: { title: 'Row 2' } },\r\n { properties: { title: 'Row 3' } },\r\n];\r\n\r\nvar listSection = Ti.UI.createListSection({\r\n items: data\r\n});\r\n\r\nvar listview = Ti.UI.createListView({ sections: [listSection] });\r\nwin1.add(listview);\r\nwin1.open();\r\n\r\n{code}", "attachment": [ { "id": "57158", "filename": "Screen Shot 2015-10-27 at 6.38.44 pm.png", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2015-10-28T01:43:09.000+0000", "size": 43742, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: ListView not showing all list items", "creator": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "subtasks": [], "reporter": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "environment": "Windows Phone SDK: 8.1\r\nTi SDK: 5.1.0.v20151026164636\r\n", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }