{ "id": "77425", "key": "TIMOB-4595", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "11359", "description": "Mobile 1.8.0 M06", "name": "Sprint 2011-27", "archived": true, "released": true, "releaseDate": "2011-07-11" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-07-11T15:41:28.000+0000", "created": "2011-07-05T16:09:39.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "11367", "description": "", "name": "Release 1.7.1", "archived": true, "released": true, "releaseDate": "2011-06-21" } ], "issuelinks": [ { "id": "11577", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "77578", "key": "TIMOB-4617", "fields": { "summary": "Add support for \"scrollable\" property for TextAreas", "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": "Medium", "id": "3" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-08T00:06:33.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": "Would like to be able to disable scrolling on a textArea by setting \"scrollable = false\".\r\n\r\n{code:title=\"app.js\"}\r\nvar win = Titanium.UI.createWindow();\r\nwin.open();\r\n\r\nvar ta = Ti.UI.createTextArea({\r\n\ttop: 50,\r\n\twidth: 200,\r\n\theight: 30,\r\n\tscrollable:false,\r\n\tbackgroundColor: \"white\"\r\n});\r\nwin.add(ta);\r\n{code}\r\n\r\n{code:title=\"TiUITextArea.m\"}\r\n-(void)setScrollable_:(id)value\r\n{\r\n\t[(UITextView *)[self textWidgetView] setScrollEnabled:[TiUtils boolValue:value]];\r\n}\r\n{code}\r\n\r\nh3. Associated Helpdesk Ticket\r\nhttp://appc.me/c/RUT-47599-528\r\n\r\nh3. Pull Request\r\nhttps://github.com/appcelerator/titanium_mobile/pull/186", "attachment": [], "flagged": false, "summary": "iOS: allow access to the scrollEnabled property for a textArea", "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.7.1\r\niOS 4.3", "comment": { "comments": [ { "id": "158727", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Fixed task type, added pull request link, set fixVersion to this this week for scheduling.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-07-06T07:39:30.000+0000", "updated": "2011-07-06T07:39:30.000+0000" }, { "id": "161121", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This was committed to master w/o the version being set. Set the fix version.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-07-29T07:26:38.000+0000", "updated": "2011-07-29T07:26:38.000+0000" }, { "id": "409700", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-08T00:06:33.000+0000", "updated": "2017-03-08T00:06:33.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }