{ "id": "79650", "key": "TIMOB-5113", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-10-06T21:08:48.000+0000", "created": "2011-08-25T14:49:44.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "api", "scrollview", "tableview" ], "versions": [ { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-10-06T21:08:48.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": "1) Create a new project and replace the app.js with the attached app.js\r\n2) Run the project\r\n\r\nExpected Results: TableView and it's values appears and is scrollable. \r\nActual Results: A blank white screen appears.\r\n\r\nNotes:\r\nTested in 1.7.2 and the issue existed there as well. It works normally on iPhone. The attached screenshot shows a comparison between the Android and iPhone simulators.", "attachment": [ { "id": "22685", "filename": "app.js", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-25T14:49:44.000+0000", "size": 904, "mimeType": "application/x-javascript" }, { "id": "22684", "filename": "Screen Shot 2011-08-25 at 2.31.59 PM.png", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-25T14:49:44.000+0000", "size": 271584, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: TableView is not displayed when added to a ScrollView", "creator": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK 1.8.0.v20110819142548 (also existed in 1.7.2), Android Emulator running Google API's 2.3.3, HTC Hero running 2.1, Nexus S running 2.3.4", "comment": { "comments": [ { "id": "164117", "author": { "name": "ivan.skugor", "key": "ivan.skugor", "displayName": "Ivan Skugor", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Alan,\r\n\r\nyou can define scroll view's height and content height as a temporally workaround.\r\n\r\nFor example, if you define scroll view as:\r\n\r\n{code}\r\nvar scrollView = Titanium.UI.createScrollView({\r\n\ttop:0,\r\n height:'100%',\r\n \tcontentHeight:'100%',\r\n\tshowVerticalScrollIndicator:true\r\n});\r\n{code}\r\n\r\nyou'll see the table view items.\r\n\r\n\r\nAnyway, I'm not sure how table view's scroll functionality can be implemented when it is added to the scroll view. Actually, IMHO, I think it shouldn't be scrollable because scroll view is scrollable.", "updateAuthor": { "name": "ivan.skugor", "key": "ivan.skugor", "displayName": "Ivan Skugor", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2011-08-26T00:40:45.000+0000", "updated": "2011-08-26T00:40:45.000+0000" }, { "id": "428794", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Android TableView displays fine within a ScrollView in Titanium 6.0.2.\r\nIn Titanium 6.2.2, we've added nested scrolling support between a ScrollView and a TableView.\r\n- https://github.com/appcelerator/titanium_mobile/pull/9402\r\n", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-06T21:08:17.000+0000", "updated": "2017-10-06T21:08:17.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }