{ "id": "101523", "key": "TIMOB-10992", "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": "2012-12-20T22:07:44.000+0000", "created": "2012-09-19T13:46:36.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-and090112", "qe-testadded", "regression" ], "versions": [ { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" } ], "issuelinks": [ { "id": "21115", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "97689", "key": "TIMOB-10049", "fields": { "summary": "Android: ScrollView - Device rotation causes crash on Android", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "21114", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "61160", "key": "TIMOB-528", "fields": { "summary": "scroll view inside table view row does not scroll", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:06.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": "Description:\nMissing scrollable blue area on Android.\n\nThis is a regression, does not occur on 2.1.2.\n\nSteps to reproduce:\n1. Run the following code:\n\n{code}\nvar data = [];\nvar win = Ti.UI.createWindow({\n backgroundColor: '#fff'\n});\n \nvar row = Ti.UI.createTableViewRow({\n className : 'scrolltab',\n height : 67,\n backgroundColor : '#fff',\n selectionStyle : Ti.UI.iPhone.TableViewCellSelectionStyle.NONE\n });\n \nvar scrollView = Titanium.UI.createScrollView({\n contentWidth:500,\n contentHeight:50,\n top:10,\n height:50,\n width:230,\n borderRadius:10,\n backgroundColor:'#13386c'\n});\nrow.add(scrollView);\nvar view1 = Ti.UI.createView({\n backgroundColor:'#336699',\n width:440,\n height:40,\n left:10\n});\nscrollView.add(view1);\n// add a bunch more views to the scrollView \n \ndata.push(row);\n \nfeedTableView = Titanium.UI.createTableView({\n data:data\n});\n \nwin.add(feedTableView);\nwin.open();\n{code}\n\nExpected result:\nShould see scrollable blue area on the top \n\nActual result:\nBlue area is missing", "attachment": [], "flagged": false, "summary": "Android: ScrollView - Missing scrollable area on Android", "creator": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested on: \r\nOS: Mac OS X Lion 10.7.4 \r\nTitanium Studio, build: 2.1.2.201208301612\r\nTitanium SDK, build: 2.1.3.v20120918170114\r\nDevice: Nexus 7 (4.1.1)", "comment": { "comments": [ { "id": "232227", "author": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Looks like fix for another issue solved the problem.\nWorks fine on the latest version of 2.1.3 and 3.0.0.\nClosing bug as fixed. Tested on:\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK, builds: 2.1.3.GA, 3.0.0.GA\nDevices: Nexus 7 (4.1.2); Nexus S (4.1.1)", "updateAuthor": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-20T22:07:33.000+0000", "updated": "2012-12-20T22:07:33.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }