{ "id": "124714", "key": "AC-2348", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2014-01-14T04:04:05.000+0000", "created": "2014-01-13T09:45:48.000+0000", "labels": [ "3.2.0GA", "scrollview,", "views" ], "versions": [], "issuelinks": [ { "id": "34265", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "124592", "key": "TIMOB-16160", "fields": { "summary": "iOS: Adding more than one view to a scrollableview with addView does not work", "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": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:41:22.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": [], "description": "In older SDK to fill the ScrollableView I used;\r\n\r\nvar scroll = Ti.UI.createScrollableView({\r\n showPagingControl : false,\r\n scrollingEnabled : false,\r\n backgroundColor : 'transparent',\r\n top : '55dp'\r\n});\r\n\r\nvar step = Ti.UI.createView({\r\n width : '470dp'\r\n});\r\nscroll.addView(step);\r\n\r\nSince the update to iOS 7 the interface doesn't fill out well (see attachments) using this. I have to use the following to fix it now;\r\n\r\nvar scrollTerms = Ti.UI.createScrollableView({\r\n showPagingControl : false,\r\n scrollingEnabled : false,\r\n backgroundColor : 'transparent',\r\n top : '55dp',\r\n views : [step]\r\n});\r\n\r\nThis makes it not possible to automatically add the views. ", "attachment": [ { "id": "45072", "filename": "expecting.png", "author": { "name": "kdonkers", "key": "kdonkers", "displayName": "Kevin Donkers", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-13T09:45:48.000+0000", "size": 340773, "mimeType": "image/png" }, { "id": "45071", "filename": "result.png", "author": { "name": "kdonkers", "key": "kdonkers", "displayName": "Kevin Donkers", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-13T09:45:48.000+0000", "size": 298600, "mimeType": "image/png" } ], "flagged": false, "summary": "ScrollView addView not functioning as expected ( SDK 3.2.0 )", "creator": { "name": "kdonkers", "key": "kdonkers", "displayName": "Kevin Donkers", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kdonkers", "key": "kdonkers", "displayName": "Kevin Donkers", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS 7", "comment": { "comments": [ { "id": "288058", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This appears to be a duplicate of TIMOB-16160. I have updated TIMOB-16160 to reflect that it is not specific to webviews.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-14T04:03:17.000+0000", "updated": "2014-01-14T04:03:17.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }