{ "id": "175912", "key": "AC-6649", "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": null, "resolutiondate": null, "created": "2020-12-15T17:12:17.000+0000", "labels": [ "Android" ], "versions": [], "issuelinks": [], "assignee": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-12-15T17:12:17.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "When you set the elevation of a view with multiple values for borderRadius the elevation shadow doesn't follow the borderRadius. This does work correctly when you set the borderRadius to a single value.\r\n\r\n*To reproduce*\r\n\r\n# Run the code on a Android device/emulator\r\n\r\n{code:java}\r\nvar window = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\n\r\nwindow.add(Ti.UI.createView({\r\n\ttop: 0,\r\n\theight: 120,\r\n\tbackgroundColor: 'green',\r\n\tborderRadius: \"0 0 60 60\",\r\n\televation: 5\r\n}));\r\n\r\nwindow.open();\r\n{code}\r\n\r\n*Expected behaviour*\r\n\r\nThe elevation shadow follows the view border.\r\n\r\n*Actual behaviour*\r\n\r\nThe elevation shadow renders as if the view is rectangular.\r\n\r\n !Screenshot_1608052255.png|thumbnail! \r\n", "attachment": [ { "id": "67753", "filename": "Screenshot_1608052255.png", "author": { "name": "teunklijn@telfort.nl", "key": "teunklijn@telfort.nl", "displayName": "Teun Klijn", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2020-12-15T17:11:09.000+0000", "size": 38539, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: elevation on View with custom edge radii renders incorrectly", "creator": { "name": "teunklijn@telfort.nl", "key": "teunklijn@telfort.nl", "displayName": "Teun Klijn", "active": true, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "teunklijn@telfort.nl", "key": "teunklijn@telfort.nl", "displayName": "Teun Klijn", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": "Android; 9.2.2.GA; 9.3.0.GA", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }