{ "id": "63189", "key": "TIMOB-2557", "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": [ { "id": "11240", "name": "Release 1.6.0 M07", "archived": true, "released": true, "releaseDate": "2011-01-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-18T23:08:42.000+0000", "created": "2011-04-15T03:22:39.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect", "release-1.6.0", "tableview" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-18T23:08:42.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}

Environment: android 2.2, TiDev 1.2.1. Tested using 1.4.X\n(21Nov) & 1.5.X (09Dec)

\n

The following code demonstrates the issue:

\n
\nvar tableData = [\n    { title: \"Mountain View (North America)\\nCloudy\" },\n    { title: \"Washington, DC (North America)\\nMostly Cloudy\" },\n    { title: \"Brasilia (South America)\\nThunderstorm\" },\n    { title: \"Buenos Aires (South America)\\nClear\" },\n    { title: \"Sucre (South America)\\nMostly Cloudy\" },\n    { title: \"London (Europe)\\nOvercast\" },\n    { title: \"Moscow (Europe)\\nPartly Cloudy\" },\n    { title: \"Prague (Europe)\\nClear\" },\n    { title: \"St Petersburg (Europe)\\nSnow\" },\n];\n\nvar table = Ti.UI.createTableView({\n    backgroundColor:\"white\",\n    data: tableData,\n    headerTitle:\"The Weather App\",\n    footerTitle:\"[data and icons supplied by Google Weather API]\",\n    top:10,\n    width:320\n});\n\nvar win1 = Titanium.UI.createWindow({  \n    backgroundColor:'#333'\n});\n\nwin1.add(table);\nwin1.open();\n
\n

Screenshot:

\n

{html}", "attachment": [], "flagged": false, "summary": "Android: tableView properties headerTitle and footerTitle do not display", "creator": { "name": "hal", "key": "hal", "displayName": "hal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "environment": null, "comment": { "comments": [ { "id": "128760", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [16efabcec58ea9035cada516795b8ee016ab24aa])\nprocess headerTitle/footerTitle on the table proxy as if it was on\nthe first (implied) section. moved property constants from\nTableViewProxy to
\nTiC. [#2557 state:fixed-in-qa]
\n\nhttps://github.com/appcelerator/titanium_mobile/commit/16efabcec58e...

{html}", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:22:41.000+0000", "updated": "2011-04-15T03:22:41.000+0000" }, { "id": "128761", "author": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "body": "{html}

verified

{html}", "updateAuthor": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "created": "2011-04-15T03:22:41.000+0000", "updated": "2011-04-15T03:22:41.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }