{ "id": "170014", "key": "TIMOB-25388", "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": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2017-10-17T15:11:20.000+0000", "created": "2017-10-13T19:12:20.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [ { "id": "56046", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "169956", "key": "TIMOB-25374", "fields": { "summary": "borderColor not visible on Android tiSDK 6.2.2", "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" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "updated": "2017-10-17T15:11: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": "Hello,\r\n\r\nWe have tested an issue on the following environment and find that TextField borderColor is not showing on latest SDK (6.2.2.GA) but it is working on previous SDK.\r\n\r\n*Testing Environment:*\r\nTi SDK: 6.2.2.GA, 6.1.1.GA\r\nAppcelerator Command-Line Interface, version 6.2.4\r\nAndroid Device: Samsung Galaxy Grand Prime (5.1.1)\r\n\r\n*Test Code:*\r\n{code}var win = Ti.UI.createWindow({\r\n backgroundColor: 'white'\r\n});\r\n\r\nvar textField = Ti.UI.createTextField({\r\n borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,\r\n color: '#336699',\r\n top: 10, left: 10,\r\n borderColor:'green'\r\n width: 250, height: 60\r\n});\r\n\r\nwin.add(textField);\r\nwin.open();{code}\r\n\r\n*Test Results:*\r\nTextField borderColor is not showing on latest SDK (6.2.2.GA). Attached the output screenShots.", "attachment": [ { "id": "63437", "filename": "6.1.1.GA_Result.jpg", "author": { "name": "fhaque", "key": "fhaque", "displayName": "Fazlul Haque", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-10-13T19:10:55.000+0000", "size": 17406, "mimeType": "image/jpeg" }, { "id": "63436", "filename": "6.2.2.GA_Result.jpg", "author": { "name": "fhaque", "key": "fhaque", "displayName": "Fazlul Haque", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-10-13T19:10:56.000+0000", "size": 15462, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "Android: TextField borderColor is not showing on latest SDK (6.2.2.GA)", "creator": { "name": "fhaque", "key": "fhaque", "displayName": "Fazlul Haque", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fhaque", "key": "fhaque", "displayName": "Fazlul Haque", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Android, TextField, borderColor", "comment": { "comments": [ { "id": "429186", "author": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "body": "I have tested the sample you provided with the changes from the linked ticket's PR and have confirmed it is a duplicate.", "updateAuthor": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "created": "2017-10-17T14:47:21.000+0000", "updated": "2017-10-17T14:47:21.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }