{ "id": "111540", "key": "AC-2083", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2014-01-01T22:56:39.000+0000", "created": "2013-03-22T16:50:32.000+0000", "labels": [ "listview" ], "versions": [], "issuelinks": [], "assignee": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:41:03.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "When running the attached tests the selectedBackgroundColor is not applied", "attachment": [ { "id": "36570", "filename": "app.js", "author": { "name": "dhaligas", "key": "dhaligas", "displayName": "Darren Haligas", "active": true, "timeZone": "America/Chicago" }, "created": "2013-03-22T16:50:32.000+0000", "size": 29914, "mimeType": "text/javascript" } ], "flagged": false, "summary": "Android: ListView selected background color not showing up", "creator": { "name": "dhaligas", "key": "dhaligas", "displayName": "Darren Haligas", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "dhaligas", "key": "dhaligas", "displayName": "Darren Haligas", "active": true, "timeZone": "America/Chicago" }, "environment": "TI SDK : 3.1.0.v20130319183248\r\nAndroid : 2.3.5", "comment": { "comments": [ { "id": "244359", "author": { "name": "clathrop", "key": "clathrop", "displayName": "Carter Lathrop", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello Darren,\nWould you mind reducing the test case to a smaller example? Generally when reporting a bug it is good practice to keep the test case to below 100 lines if possible so as to rule out other factors involved as well as reduce the amount of time it takes to understand, debug or find the root of the issue. When code has been reduced I will open up the ticket again. Thank you for cooperation. \nFor future reference: https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report\nRegards,\nCarter", "updateAuthor": { "name": "clathrop", "key": "clathrop", "displayName": "Carter Lathrop", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-27T19:31:12.000+0000", "updated": "2013-03-27T19:31:12.000+0000" }, { "id": "279612", "author": { "name": "ygbr", "key": "ygbr", "displayName": "Ygor Lemos", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "Anybody took a look at this?\n\nI'm also trying to set Android listView selectedBackgroundColor and it just don't work. Is there another issue related to this?", "updateAuthor": { "name": "ygbr", "key": "ygbr", "displayName": "Ygor Lemos", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2013-11-14T20:04:20.000+0000", "updated": "2013-11-14T20:04:20.000+0000" }, { "id": "286427", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~ygbr] We have not been able to reproduce this issue with 3.2.0 GA SDK. Note that on Android, clicking on ListItem's sub-views will not trigger this unless these views have 'touchEnabled' set to false. So you should be using something like this,\n\ndata.push({\n properties : {\n itemId : tasks[i].id,\n title : tasks[i].name,\n image : tasks[i].icon,\n accessoryType : Ti.UI.LIST_ACCESSORY_TYPE_NONE,\n color : 'black',\n selectedBackgroundColor : 'red',\n backgroundColor : '#666',\n touchEnabled : false\n }\n });\n\nhttp://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.ListItem", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-01T22:56:17.000+0000", "updated": "2014-01-01T22:56:17.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }