{ "id": "174014", "key": "TIMOB-27335", "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": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2020-06-30T14:39:14.000+0000", "created": "2019-08-14T01:48:00.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "20412", "name": "Release 8.1.0", "archived": false, "released": true, "releaseDate": "2019-08-13" } ], "issuelinks": [ { "id": "57810", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "173972", "key": "TIMOB-27303", "fields": { "summary": "Windows: Issue with TableView scrollend event (Windows 10 uwp apps)", "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": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "updated": "2020-06-30T14:39:14.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "TableView constantly fires {{scrollend}} event during dragging scroll bar with PC mouse.\r\n\r\n !drag.png|thumbnail! \r\n\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar tableData = [];\r\n\r\nfor (var i = 0; i < 40; i++) {\r\n tableData.push({title: 'Apple ' + i});\r\n}\r\n\r\nvar table = Ti.UI.createTableView({\r\n data: tableData\r\n});\r\n\r\ntable.addEventListener('scrollend', function() {\r\n Ti.API.info('scrollend');\r\n});\r\n\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\nExpected: {{scrollend}} happens only when you finish scrolling bar with mouse drag.\r\n\r\n", "attachment": [ { "id": "66834", "filename": "drag.png", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-08-14T01:48:26.000+0000", "size": 12485, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: TableView constantly fires scrollend during mouse drag", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1170, "state": "closed", "name": "2019 Sprint 23", "startDate": "2019-11-04T18:38:14.526Z", "endDate": "2019-11-17T18:38:00.000Z", "completeDate": "2019-11-18T16:38:18.423Z", "originBoardId": 114 }, { "id": 1172, "state": "closed", "name": "2019 Sprint 25", "startDate": "2019-12-02T23:08:39.644Z", "endDate": "2019-12-15T23:08:00.000Z", "completeDate": "2019-12-16T05:54:54.518Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "450843", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1422", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-08-27T01:25:57.000+0000", "updated": "2019-08-27T01:25:57.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }