{ "id": "90011", "key": "TIMOB-8727", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-05-04T08:22:55.000+0000", "created": "2012-04-13T15:59:33.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "qe-and040912" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-24T18:12:55.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": "In ScrollView- alert does not pop up when red view is tapped on.\r\n\r\nSteps to Reproduce:\r\n\r\n1: Install and run the app\r\n2: tap inside the red view\r\n\r\nActual result: no alert pops up\r\nExpected result: An alert \"ScrollView Clicked\" should pop up.\r\n{code}\r\nvar _window = Ti.UI.createWindow();\r\n\r\nvar scrollView = Ti.UI.createScrollView({\r\nwidth : 200,\r\nheight : 200,\r\nbackgroundColor : 'red'\r\n})\r\n\r\nscrollView.addEventListener('click', function(){\r\nalert('Scroll view clicked');\r\n});\r\n_window.add(scrollView);\r\n\r\n_window.open();\r\n{code}\r\nNote: Not a regression, the behavior exists as far back as 1.7.5", "attachment": [], "flagged": false, "summary": "Android: Click events aren't produced for ScrollView", "creator": { "name": "sshylaja", "key": "sshylaja", "displayName": "Sitara Shylaja", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sshylaja", "key": "sshylaja", "displayName": "Sitara Shylaja", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Studio - 2.0.1.201204101854\r\nSDK - 2.0.1.v20120410103239,2.0.GA,1.8.1,1.8.2,1.7.5\r\nNexus s 4.0.4\r\n", "comment": { "comments": [ { "id": "415641", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-24T18:12:55.000+0000", "updated": "2017-03-24T18:12:55.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }