{ "id": "66103", "key": "TIMOB-4312", "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": "11333", "description": "Mobile 1.8.0 M01", "name": "Sprint 2011-22", "archived": true, "released": true, "releaseDate": "2011-06-06" }, { "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-11-22T11:30:49.000+0000", "created": "2011-06-03T13:22:43.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "module_scrollableview", "qe-testadded" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-11-22T11:30:58.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 bounce for a ScrollableView. In the example below, disableBounce has no affect.\r\n\r\n{code:title=\"app.js\"}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white'\r\n});\r\n\r\nvar view1 = Titanium.UI.createView({backgroundColor:'#f00'});\r\nvar view2 = Titanium.UI.createView({backgroundColor:'#0f0'});\r\nvar view3 = Titanium.UI.createView({backgroundColor:'#00f'});\r\nvar scrollView = Titanium.UI.createScrollableView({\r\n views:[view1,view2,view3],\r\n showPagingControl:true,\r\n\tdisableBounce: true\r\n});\r\nwin.add(scrollView);\r\nwin.open();\r\n{code}\r\n\r\nh3. Associated Helpdesk Ticket\r\nhttp://appc.me/c/APP-929262", "attachment": [], "flagged": false, "summary": "iOS: disableBounce for scrollableView", "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.0.RC1\r\niOS 4.3", "comment": { "comments": [ { "id": "173490", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with Ti Studio 1.0.7.201111182325\r\nTi Mob SDK 1.8.0.1.v20111121090256\r\niPhone 4S OS 5.0, iPad 2 OS 4.3.5\r\n\r\nExpected behavior of setting disable bounce to true disables bounce", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-21T10:35:42.000+0000", "updated": "2011-11-21T10:35:42.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }