{ "id": "169531", "key": "TIMOB-25208", "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": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-09-25T22:13:03.000+0000", "created": "2017-08-12T18:39:25.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android", "touchfeedback" ], "versions": [], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-09-25T22:13: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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "The {{touchFeedbackColor}} that was introduced with 6.1.0.GA is not working if a button has a {{borderRadius}}:\r\n\r\n{code:java}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: '#fff',\r\n\tlayout: \"vertical\"\r\n});\r\n\r\nvar button0 = Ti.UI.createButton({\r\n\ttitle: \"working\",\r\n\ttintColor: \"#f34102\"\r\n});\r\n\r\nvar button1 = Ti.UI.createButton({\r\n\ttitle: \"working\",\r\n\tbackgroundColor: \"#f34102\",\r\n\ttouchFeedback: true,\r\n\ttouchFeedbackColor: '#912701',\r\n top:20\r\n});\r\n\r\nvar button2 = Ti.UI.createButton({\r\n\ttitle: \"not working\",\r\n\tbackgroundColor: \"#f34102\",\r\n\ttouchFeedback: true,\r\n\ttouchFeedbackColor: '#912701',\r\n\tborderRadius: 4,\r\n\ttop: 20\r\n});\r\n\r\nwin.add(button0);\r\nwin.add(button1);\r\nwin.add(button2);\r\nwin.open();\r\n{code}\r\n\r\nThe native button0 and button1 are showing the ripple effect. The last button2 with a {{borderRadius}} just shows the {{backgroundColor}} without a ripple effect.\r\n\r\n\r\nSDK: 6.1.2.GA\r\nAndroid: HTC A9 Android 7 / Moto G2 5.0.2\r\n\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "Android: TouchFeedbackColor not working with borderRadius", "creator": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "428434", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~michael] This has been fixed in {{6.2.0.GA}}", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-09-25T22:12:22.000+0000", "updated": "2017-09-25T22:12:22.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }