{ "id": "175955", "key": "TIMOB-28316", "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": "2021-01-14T11:09:08.000+0000", "priority": null, "labels": [ "borderRadius" ], "versions": [], "issuelinks": [], "assignee": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2021-02-19T14:05:10.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({ backgroundColor: \"white\", fullscreen: true });\r\n var button = Ti.UI.createButton({\r\n borderRadius: \"22 22\",\r\n height: 44,\r\n width: 180,\r\n backgroundColor: \"#eceded\",\r\n title: \"Click me\",\r\n viewShadowColor: \"4d000000\",\r\n viewShadowOffset: {\r\n y: 2,\r\n x: 2,\r\n },\r\n viewShadowRadius: 5,\r\n });\r\n\r\n button.addEventListener(\"click\", () => {\r\n button.hide();\r\n setTimeout(() => {\r\n button.show();\r\n }, 2000);\r\n });\r\n win.add(button);\r\n win.open();\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "iOS: Button with new borderRadius API and viewShadowColor shows shadow even if button is hidden", "creator": { "name": "bgarcia", "key": "bgarcia", "displayName": "Brian García", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "bgarcia", "key": "bgarcia", "displayName": "Brian García", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "458273", "author": { "name": "bgarcia", "key": "bgarcia", "displayName": "Brian García", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Ping", "updateAuthor": { "name": "bgarcia", "key": "bgarcia", "displayName": "Brian García", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-02-19T14:05:10.000+0000", "updated": "2021-02-19T14:05:10.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }