{ "id": "153068", "key": "TIMOB-19962", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": [ { "id": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-07-15T00:06:03.000+0000", "created": "2015-11-13T08:40:38.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "14826", "description": "Release 5.1.0-remaining iOS9 features, Android M features", "name": "Release 5.1.0", "archived": false, "released": true, "releaseDate": "2015-11-20" } ], "issuelinks": [ { "id": "51628", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "160054", "key": "TIMOB-23325", "fields": { "summary": "Windows: Implement Ti.UI.TableViewRow.hasCheck", "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": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "51624", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "160055", "key": "TIMOB-23326", "fields": { "summary": "Windows: Implement Ti.UI.TableViewRow.font", "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": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "51626", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "160057", "key": "TIMOB-23328", "fields": { "summary": "Windows: Implement Ti.UI.TableViewRow.hasChild", "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": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "51622", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "160059", "key": "TIMOB-23330", "fields": { "summary": "Windows: Implement Ti.UI.TableView row height properties", "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": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "51627", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "160058", "key": "TIMOB-23329", "fields": { "summary": "Windows: Implement Ti.UI.TableView border properties", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "51623", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "160060", "key": "TIMOB-23331", "fields": { "summary": "Windows: Implement Ti.UI.TableView filter properties", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-10-07T14:39:14.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "Implement {{Ti.UI.TableView}}-related properties for Windows such as {{TableView.footerView}}, {{TableViewRow.font}}, {{leftImage}}, and {{hasCheck}} etc.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({ backgroundColor: 'orange' }),\r\n sectionView = Ti.UI.createTableViewSection({\r\n headerTitle: 'sectionView.headerTitle',\r\n footerView: Ti.UI.createLabel({ text: 'sectionView.footerView' })\r\n }),\r\n tableView = Ti.UI.createTableView({\r\n headerTitle: 'tableView.headerTitle',\r\n footerView: Ti.UI.createLabel({ text: 'tableView.footerView' }),\r\n data: [sectionView]\r\n });\r\nfor (i = 0; i < 3; i++) sectionView.add(Ti.UI.createTableViewRow({ title: 'Row #' + i }));\r\n\r\ntableView.addEventListener('click', function (e) {\r\n Ti.API.info(e.sectionIndex + ' : ' + e.index);\r\n});\r\n\r\nwin.add(tableView);\r\nwin.open();\r\n{code}", "attachment": [ { "id": "59763", "filename": "TIMOB19962.JPG", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-07-11T21:13:53.000+0000", "size": 54911, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "Windows: Implement Titanium.UI.TableView footerView/footerTitle", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 627, "state": "closed", "name": "2016 Sprint 10 SDK", "startDate": "2016-05-07T00:43:56.954Z", "endDate": "2016-05-21T00:43:00.000Z", "completeDate": "2016-05-23T02:06:04.349Z", "originBoardId": 114 }, { "id": 678, "state": "closed", "name": "2016 Sprint 14 SDK", "startDate": "2016-07-02T00:25:57.921Z", "endDate": "2016-07-16T00:25:00.000Z", "completeDate": "2016-07-18T03:18:29.729Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "382535", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Partially implemented: https://github.com/appcelerator/titanium_mobile_windows/pull/616", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-04-12T21:40:57.000+0000", "updated": "2016-04-12T21:40:57.000+0000" }, { "id": "384853", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Split original ticket into TIMOB-23325, TIMOB-23326, TIMOB-23328, TIMOB-23329, TIMOB-23330 and TIMOB-23331.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-05T14:18:58.000+0000", "updated": "2016-05-05T14:18:58.000+0000" }, { "id": "390154", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Reopening ticket:\r\n\r\nWindows 10 Pro\r\nTi SDK: 5.4.0.v20160705213725\r\nAppc NPM: 4.2.7-2 \r\nAppc CLI: 5.4.0-26\r\nAppc Studio: 4.7.0.201606220541\r\nLumia 930: 10.0\r\nLumia 520 : 8.1\r\n\r\nWhen using the code below, the footerTitle for the tableView is not set. I can however set the footerTitle of a tableViewSection, as shown in the commented section.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\nvar sectionFruit = Ti.UI.createTableViewSection({\r\n //footerTitle: 'I was set on section'\r\n});\r\nsectionFruit.add(Ti.UI.createTableViewRow({ title: 'Apples' }));\r\nsectionFruit.add(Ti.UI.createTableViewRow({ title: 'Bananas' }));\r\nvar table = Ti.UI.createTableView({\r\n data: [sectionFruit],\r\n footerTitle: 'I was set on tableView'\r\n});\r\nwin.add(table);\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2016-07-08T17:08:11.000+0000", "updated": "2016-07-08T17:25:28.000+0000" }, { "id": "390375", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile_windows/pull/776", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-07-11T21:15:09.000+0000", "updated": "2016-07-11T21:15:09.000+0000" }, { "id": "398350", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified using:\r\n\r\nOS: Microsoft Windows 10 Pro 10.0.14393\r\nAppc core: 6.0.0-57\r\nAppc NPM: 4.2.8-7\r\nTi SDK: 6.0.0.v20161006171259\r\nAppc Studio: 4.8.0.201610060953\r\n\r\nCode in the description and code in my earlier comment now work as expected and I am able to sent footerView and footerTitle on a TableView\r\n\r\nClosing ticket", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2016-10-07T14:39:08.000+0000", "updated": "2016-10-07T14:39:08.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }