{ "id": "170080", "key": "TIMOB-25420", "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:31:27.000+0000", "created": "2017-10-20T21:55:33.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "longclick", "scrollview" ], "versions": [ { "id": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "issuelinks": [], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-10-26T22:10:38.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": "*Summary:*\r\nAn Android ScrollView's scrollable content area never fires a \"longclick\" event.\r\n\r\n*Steps to reproduce:*\r\n# Run the below test code on an Android device.\r\n# Tap and hold your finger on the app window for a couple of seconds.\r\n\r\n{code:javascript}\r\nvar window = Ti.UI.createWindow();\r\nvar scrollView = Ti.UI.createScrollView();\r\nscrollView.addEventListener('longclick', function(e) {\r\n\talert('longclick');\r\n});\r\nwindow.add(scrollView);\r\nwindow.open();\r\n{code}\r\n\r\n*Result:*\r\nNo alert is displayed for the \"longclick\" event.\r\n\r\n*Expected Result:*\r\nAn alert displaying \"longclick\" should be displayed when the event has been received.\r\n\r\n*Work-Around:*\r\nThe \"longpress\" event is supported. This event can be used instead.\r\n\r\n*Note:*\r\nOn Android, the \"longpress\" and \"longclick\" events are normally fired back-to-back.\r\n", "attachment": [], "flagged": false, "summary": "Android: ScrollView does not fire \"longclick\" events.", "creator": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "429452", "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:49.000+0000", "updated": "2017-10-23T20:34:49.000+0000" }, { "id": "429472", "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:31:24.000+0000", "updated": "2017-10-23T22:31:24.000+0000" }, { "id": "429676", "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:41:53.000+0000", "updated": "2017-10-26T17:41:53.000+0000" }, { "id": "429707", "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:32.000+0000", "updated": "2017-10-26T22:10:32.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }