{ "id": "175686", "key": "TIMOB-28215", "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": "2020-11-02T18:29:56.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2020-11-02T19:01:19.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": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "- ListView does not display specified header or footer when a ListSection also contains a header and footer\r\n\r\n**TEST CASE**\r\n{code:js}\r\nconst win = Ti.UI.createWindow();\r\nconst listView = Ti.UI.createListView({\r\n headerTitle: 'ListView.headerTitle',\r\n footerTitle: 'ListView.footerTitle',\r\n backgroundColor: 'white'\r\n});\r\n\r\nlistView.sections = [\r\n Ti.UI.createListSection({\r\n headerTitle: 'ListSection.headerTitle',\r\n footerTitle: 'ListSection.footerTitle',\r\n items: []\r\n })\r\n];\r\n\r\nwin.add(listView);\r\nwin.open();\r\n{code}", "attachment": [ { "id": "67631", "filename": "android_listView_listSection_header_footer_540x960 - Copy.png", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-11-02T19:01:19.000+0000", "size": 20416, "mimeType": "image/png" }, { "id": "67630", "filename": "listView_listSection_header_footer_540x960.png", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-11-02T19:00:44.000+0000", "size": 21124, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: ListView header/footer does not display", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }