{ "id": "84116", "key": "TIMOB-6791", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-07-10T22:20:59.000+0000", "created": "2011-12-20T13:19:48.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api", "parity" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-10T22:20:59.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "TextArea does not accept borderStyle as TextField does.\r\nBoth TextArea and TextField should react the same way to borderStyle being set.\r\n\r\nh4. Steps\r\nStep 1: run the code below\r\nStep 2: notice that there is no border on the textArea\r\nStep 3: change createTextArea to createTextField\r\nStep 4: run the code again\r\nStep 5: notice that the textField does have a border\r\n\r\nThey should both have the same border.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({backgroundColor:'black'});\r\nvar text = UI.Ti.UI.createTextArea({\r\n\theight:60,\r\n\twidth:250,\r\n\tbackgroundColor: 'white,\r\n\tborderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED\r\n});\r\nwin.add(text);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: textArea should accept borderStyles being set just as textField does", "creator": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 1.8.0.1 RC1\r\niOS Simulator 5.0", "comment": { "comments": [ { "id": "251246", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces \n\nTested with\n\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK version: 3.1.0 \niOS iPhone Simulator: iOS SDK version: 6.0\n\n\n", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-10T05:58:38.000+0000", "updated": "2013-05-10T05:58:38.000+0000" }, { "id": "423830", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-10T22:20:59.000+0000", "updated": "2017-07-10T22:20:59.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }