{ "id": "171888", "key": "TIMOB-26187", "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": "20115", "name": "Release 7.3.0", "archived": false, "released": true, "releaseDate": "2018-08-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-07-12T13:24:56.000+0000", "created": "2018-07-06T16:03:37.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android" ], "versions": [ { "id": "20115", "name": "Release 7.3.0", "archived": false, "released": true, "releaseDate": "2018-08-17" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-07-12T14:44:20.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": "I'm currently testing SDK 7.3 with our app, a CardView with a border radius is not visible. \r\nIt used to work in 7.2 and previous versions. \r\n\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor:'green'\r\n});\r\n\t\r\nvar card = Ti.UI.Android.createCardView({\t\r\n\t\t//padding: 20,\r\n\t\tbackgroundColor: '#ffffff',\t\t\r\n\t\tborderRadius: 5,\r\n\t\tlayout: 'vertical'\r\n });\r\n\r\nvar label = Ti.UI.createLabel({\r\n\tcolor: 'black',\r\n\ttext: 'text text text'\r\n});\r\n\r\ncard.add(label)\r\nwin.add(card);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: CardView not visible when borderRadius is set", "creator": { "name": "gaspard.le", "key": "gaspard.le", "displayName": "Luc-Edmond Gaspard ", "active": true, "timeZone": "America/Montreal" }, "subtasks": [], "reporter": { "name": "gaspard.le", "key": "gaspard.le", "displayName": "Luc-Edmond Gaspard ", "active": true, "timeZone": "America/Montreal" }, "environment": "SDK 7.3.0.v20180703051211", "comment": { "comments": [ { "id": "439032", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, I was able to validate the issue in SDK 7.3.0 and 7.4.0. Moving to engineer. Thanks. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-07-07T15:34:04.000+0000", "updated": "2018-07-07T15:34:04.000+0000" }, { "id": "439037", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "The card view is not visible in SDK 7.4.0.v20180705134610 versions. This is a regression. Thanks. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-07-08T20:08:35.000+0000", "updated": "2018-07-08T21:14:24.000+0000" }, { "id": "439039", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "This may be a regression of TIMOB-25835 (via [#9900|https://github.com/appcelerator/titanium_mobile/pull/9900]).", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-07-09T00:19:50.000+0000", "updated": "2018-07-09T00:19:50.000+0000" }, { "id": "439054", "author": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "updateAuthor": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "created": "2018-07-09T15:03:28.000+0000", "updated": "2018-07-09T15:03:28.000+0000" }, { "id": "439067", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~ybanev] I had a quick look at this since it looked like it was caused by my recent change. It turns out TIMOB-25503 is not the cause of this issue. I'm not sure why this has suddenly appeared, but here's an appropriate fix:\r\n\r\nmaster: https://github.com/appcelerator/titanium_mobile/pull/10157\r\n7_3_X: https://github.com/appcelerator/titanium_mobile/pull/10158", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-07-09T22:49:38.000+0000", "updated": "2018-07-10T00:32:12.000+0000" }, { "id": "439070", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.\r\nWaiting for CR to merge.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-07-10T00:46:52.000+0000", "updated": "2018-07-10T00:46:52.000+0000" }, { "id": "439171", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "*Closing ticket.* Verified fix in SDK Version: {{7.3.0.v20180711185043}} and SDK Version: {{7.4.0.v20180712062919}}\r\n\r\nmaster: https://github.com/appcelerator/titanium_mobile/pull/10157\r\n7_3_X: https://github.com/appcelerator/titanium_mobile/pull/10158", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-07-12T14:43:46.000+0000", "updated": "2018-07-12T14:44:09.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }