{ "id": "170058", "key": "TIMOB-25411", "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": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-10-23T22:30:55.000+0000", "created": "2017-10-19T01:27:24.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-6.3.0", "regression" ], "versions": [ { "id": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "issuelinks": [], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-10-26T22:10: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": "*This is a regression. Not seen with 6.2.2.GA.*\r\n\r\nh5.Steps to reproduce:\r\n1. Use the code below in your app.js:\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar scrollView = Ti.UI.createScrollView({\r\n width: 300,\r\n height: 300,\r\n contentWidth: \"auto\",\r\n contentHeight: \"auto\",\r\n backgroundColor: 'red'\r\n });\r\n\r\nscrollView.addEventListener('click', function(e) {\r\n alert('ScrollView Clicked');\r\n});\r\n\r\nscrollView.addEventListener('dblclick', function(e) {\r\n alert('Double Clicked');\r\n});\r\n\r\nscrollView.addEventListener('doubletap', function(e) {\r\n alert('Double Tapped');\r\n});\r\n\r\nscrollView.addEventListener('focus', function(e) {\r\n alert('Focus Fired');\r\n});\r\n\r\nscrollView.addEventListener('longclick', function(e) {\r\n alert('longclick Fired');\r\n});\r\n\r\nscrollView.addEventListener('longpress', function(e) {\r\n alert('longpress Fired');\r\n});\r\n\r\nscrollView.addEventListener('pinch', function(e) {\r\n alert('pinch Fired');\r\n});\r\n\r\nscrollView.addEventListener('postlayout', function(e) {\r\n alert('postlayout Fired');\r\n});\r\n\r\nscrollView.addEventListener('scroll', function(e) {\r\n alert('scroll Fired');\r\n});\r\n\r\nscrollView.addEventListener('swipe', function(e) {\r\n alert('swipe Fired');\r\n});\r\n\r\nwin.add(scrollView);\r\nwin.open();\r\n{code}\r\n2. Build the app for android device/emulator.\r\n\r\nh5.Actual results:\r\n1. Only {{postlayout}} event is fired & no other event is fired.\r\n\r\nh5.Expected results:\r\n1. All the specified events should be fired.", "attachment": [], "flagged": false, "summary": "Android: ScrollView does not fire events", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Studio Ver: 4.10.0.201709271713\r\nSDK Ver: 6.3.0.v20171018084007\r\nOS Ver: 10.12.3\r\nXcode Ver: Xcode 8.3.3\r\nAppc NPM: 4.2.10-2\r\nAppc CLI: 6.3.0-master.14\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.10.5\r\nNode Ver: 7.10.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Nexus 5 --- Android 6.0.1\r\n ⇨ google Pixel --- Android 7.1.1", "comment": { "comments": [ { "id": "429450", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR (6.3.x): https://github.com/appcelerator/titanium_mobile/pull/9543\r\nPR (master): https://github.com/appcelerator/titanium_mobile/pull/9545\r\n", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-23T20:34:11.000+0000", "updated": "2017-10-23T20:34:11.000+0000" }, { "id": "429470", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed for both PR's.\r\nMaster merged, waiting for merge to get enabled for 6.3.0.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-23T22:30:49.000+0000", "updated": "2017-10-23T22:30:49.000+0000" }, { "id": "429673", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR for backport merged.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-26T17:38:52.000+0000", "updated": "2017-10-26T17:38:52.000+0000" }, { "id": "429705", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 6.3.0.v20171026120401 & 7.0.0.v20171025141436.\r\n\r\nClosing.\r\n\r\nStudio Ver: 4.10.0.201709271713\r\nOS Ver: 10.12.3\r\nXcode Ver: Xcode 8.3.3\r\nAppc NPM: 4.2.10-2\r\nAppc CLI: 6.3.0-master.15\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.10.6\r\nNode Ver: 7.10.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Nexus 5 — Android 6.0.1\r\n⇨ google Pixel — Android 7.1.1", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-26T22:10:14.000+0000", "updated": "2017-10-26T22:10:14.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }