{ "id": "172209", "key": "TIMOB-26380", "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": "2018-09-11T15:01:03.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "updated": "2018-09-11T15:01:03.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "If a view uses a color state background {{touchFeedback}} property has no effect. \r\n\r\nExample: \r\n_app.js_\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n layout: 'vertical'}),\r\n view1 = Ti.UI.createView({\r\n top: 50,\r\n width: 100,\r\n height: 100,\r\n touchFeedback: true,\r\n backgroundColor: 'red',\r\n backgroundFocusedColor: 'yellow'}),\r\n view2 = Ti.UI.createView({\r\n top: 50,\r\n width: 100,\r\n height: 100,\r\n touchFeedback: true,\r\n backgroundColor: 'red'});\r\n\r\nwin.add([view1, view2])\r\nwin.open();\r\n{code}\r\n\r\nYou can see that the view with a defined {{backgroundFocusedColor}} loses the {{touchFeedback}} effect. That should not be the case, because the {{backgroundColor}} is still a solid color.", "attachment": [], "flagged": false, "summary": "Android: touchFeedback does not work with color states", "creator": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "subtasks": [], "reporter": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "environment": null, "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }