{ "id": "61686", "key": "TIMOB-1054", "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": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2011-10-28T09:21:39.000+0000", "created": "2011-04-15T02:42:40.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "defect", "gradient", "ios", "iphone", "tableview" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-10-28T09:21:39.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
{html}", "attachment": [], "flagged": false, "summary": "iPhone: can't set background gradient on tableview", "creator": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "124706", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}valid, needs testcase
A minor update while I implement it. The developer question is\nactually not on tableView, but on tableViewRow, which is not a\nTiUIView (And thus did not inherit gradient support).
\nFrom the looks of things, gradient will take up the entire row,\neven in grouped format, with no rounded corners. But I will also\nimplement a 'selectedBackgroundGradient' to be used when the row is\nselected, similar to selectedBackgroundColor, etc.
August? As it is obvious this is not a priority fix, why don't\nyou remove this from the documentation in the mean time so\ndevelopers don't waste their time trying to achieve this thing that\nis currently impossible.
\nHere it is: \nhttp://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI....
\nCheers,
\nShould we implement this? Should we fix the docs? Need to\npow-wow over it.