{ "id": "97689", "key": "TIMOB-10049", "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": [ { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-03-02T11:05:57.000+0000", "created": "2012-07-19T17:55:20.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "qe-and070112" ], "versions": [ { "id": "13572", "description": "Release 2.1.1", "name": "Release 2.1.1", "archived": true, "released": true, "releaseDate": "2012-07-31" } ], "issuelinks": [ { "id": "19012", "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 } } } }, { "id": "21115", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "101523", "key": "TIMOB-10992", "fields": { "summary": "Android: ScrollView - Missing scrollable area 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 } } } } ], "assignee": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-17T18:37:27.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:\r\nDuring ScrollView testing I noticed, that device rotation causes application crash.\r\n\r\nThis is not a regression. The behavior exists as far back as 1.8.2 at least.\r\n\r\nSteps to reproduce:\r\n1. Run the following code:\r\n{code}\r\nvar data = [];\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar row = Ti.UI.createTableViewRow({\r\n\t\t\tclassName : 'scrolltab',\r\n\t\t\theight : 67,\r\n\t\t\tbackgroundColor : '#fff',\r\n\t\t\tselectionStyle : Ti.UI.iPhone.TableViewCellSelectionStyle.NONE\r\n\t\t});\r\n\r\nvar scrollView = Titanium.UI.createScrollView({\r\n contentWidth:500,\r\n contentHeight:50,\r\n top:10,\r\n height:50,\r\n width:230,\r\n borderRadius:10,\r\n backgroundColor:'#13386c'\r\n});\r\nrow.add(scrollView);\r\nvar view1 = Ti.UI.createView({\r\n backgroundColor:'#336699',\r\n width:440,\r\n height:40,\r\n left:10\r\n});\r\nscrollView.add(view1);\r\n// add a bunch more views to the scrollView \r\n\r\ndata.push(row);\r\n\r\nfeedTableView = Titanium.UI.createTableView({\r\n data:data\r\n});\r\n\r\nwin.add(feedTableView);\r\nwin.open();\r\n{code}\r\n2. Rotate device\r\n\r\nActual result:\r\nApplication crashes\r\n\r\nExpected result:\r\nApplication should not crash", "attachment": [], "flagged": false, "summary": "Android: ScrollView - Device rotation causes crash 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 with:\r\nTitanium Studio, build: 2.1.1.201207171343\r\nTitanium SDK: 2.1.1.v20120718121609\r\nDevice: Samsung Galaxy tab 3.2", "comment": { "comments": [ { "id": "240453", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue does not reproduces with\r\n\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.1.0 (03/11/13 15:43 0c88429)\r\nTitanium SDK version: 3.0.2 (02/07/13 16:46 a4def81)\r\nDevice: Samsung galaxy s duos Android version: 4.0.4\r\nAndroid Emulator: Android SDK version: 2.2", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-02T11:05:57.000+0000", "updated": "2013-03-02T11:05:57.000+0000" }, { "id": "413567", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-17T18:37:27.000+0000", "updated": "2017-03-17T18:37:27.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }