{ "id": "99258", "key": "TIMOB-10452", "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": "14065", "description": "Sprint 2012-17 API", "name": "Sprint 2012-17 API", "archived": true, "released": true, "releaseDate": "2012-08-27" }, { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-04T00:57:27.000+0000", "created": "2012-08-15T12:23:19.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_scrollview", "qe-review", "qe-testadded", "regression" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13572", "description": "Release 2.1.1", "name": "Release 2.1.1", "archived": true, "released": true, "releaseDate": "2012-07-31" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-09-04T00:57: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": "h3. Problem description\r\nOn Android, app crashes if scrolling a scrollview using 3 fingers\r\n\r\nh3. Sample code and steps to reproduce\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:\"white\"\r\n});\r\n\r\nvar scrollView = Ti.UI.createScrollView({\r\n\ttop:0,\r\n\twidth:200,\r\n\theight:\"100%\",\r\n\tcontentHeight:2000,\r\n\tbackgroundColor:\"green\"\r\n});\r\n\r\nwin.add(scrollView);\r\n\r\nwin.open(); \r\n\r\n{code}\r\n\r\n\r\nScroll up and down the scrollView using three fingers. \r\nResult: app will crash. Attaching crash log\r\n\r\nNot reproducible using 2.0.2 GA SDK\r\n\r\n", "attachment": [ { "id": "30513", "filename": "Android_threeFingersScroll_Crash.log", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-15T12:23:19.000+0000", "size": 12406, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: App crashes if scrolling a scrollview on android with 3 fingers", "creator": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Android OS (tested on Google Nexus 4.1.1)\r\nTiSDK 2.1.0 GA and TiSDK 2.1.1 GA", "comment": { "comments": [ { "id": "214835", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is a known Android bug. Basically if you use 3+ fingers to touch on a scrollview, it will throw an exception. Here's the link to that bug: http://code.google.com/p/android/issues/detail?id=18990. It seems that they already fixed this issue and plan to release it next patch.\r\n\r\nIn the meantime, we will catch the exception.", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-16T12:38:23.000+0000", "updated": "2012-08-16T12:38:23.000+0000" }, { "id": "214926", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Environment used for verification -\r\nTested with Titanium SDK: 2.2.0.v20120815194913\r\nTested with Titanium  Studio: 2.1.1.201207271312\r\nDevice - Samsung Galaxy Nexus Android 4.0.2\r\nMachine OS - MAC 10.8", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-16T22:40:14.000+0000", "updated": "2012-08-16T22:40:14.000+0000" }, { "id": "217364", "author": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Reopening to update labels", "updateAuthor": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2012-09-04T00:56:04.000+0000", "updated": "2012-09-04T00:56:04.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }