{ "id": "168485", "key": "TIMOB-24847", "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-07-05T20:45:16.000+0000", "created": "2017-06-19T11:29:35.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-09T18:22:52.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "- Defining a {{borderRadius}} with a text value such as {{3dp}} causes an {{unexpected exception}}\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow(),\r\n lbl = Ti.UI.createLabel({\r\n text: 'TEST',\r\n borderRadius: '3dp', // this causes a crash\r\n borderWidth: '1dp'\r\n });\r\n\r\nwin.add(lbl);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Windows: borderRadius does not work with text values", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 920, "state": "closed", "name": "2017 Sprint 14 SDK", "startDate": "2017-07-02T16:29:41.455Z", "endDate": "2017-07-16T16:29:00.000Z", "completeDate": "2017-07-17T14:39:47.328Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "422351", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Confirmed that this issue is not specific to {{Label}} but affecting entire Views.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({backgroundColor:'green'}),\r\n lbl = Ti.UI.createView({\r\n borderRadius: '3dp',\r\n borderWidth: '1dp',\r\n borderColor: 'red',\r\n backgroundColor:'blue'\r\n }); \r\n\r\nwin.add(lbl);\r\nwin.open();\r\n{code}\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-20T06:04:23.000+0000", "updated": "2017-06-20T06:04:23.000+0000" }, { "id": "422356", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1017", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-20T10:00:43.000+0000", "updated": "2017-06-20T10:00:43.000+0000" }, { "id": "426359", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fix in SDK Version 6.2.0.v20170808012225 and SDK Version 7.0.0.v20170808071205.\r\n\r\nTest and other information can be found at: \r\nhttps://github.com/appcelerator/titanium_mobile_windows/pull/1017", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-09T18:22:48.000+0000", "updated": "2017-08-09T18:22:48.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }