{ "id": "141566", "key": "TIMOB-18210", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-11-11T07:52:28.000+0000", "created": "2014-12-15T03:44:37.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "dragend", "dragstart", "listview", "qe-5.2.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2016-01-22T00:43:23.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "'dragstart' and 'dragend' event (like in scrollview) for listview\r\n\r\nTest case:\r\n{code:title=testCase.js|borderStyle=solid}\r\nvar win = Ti.UI.createWindow({backgroundColor: 'white'});\r\nvar listView = Ti.UI.createListView();\r\n\r\nlistView.addEventListener('dragstart', function() {\r\n\tTi.API.error(\"dragstart\");\r\n});\r\n\r\nlistView.addEventListener('dragend', function() {\r\n\tTi.API.error(\"dragend\");\r\n});\r\n\r\nwin.add(listView);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: listview - 'dragstart' and 'dragend' event", "creator": { "name": "wilsonliaw", "key": "wilsonliaw", "displayName": "Wilson Liaw", "active": true, "timeZone": "Asia/Shanghai" }, "subtasks": [], "reporter": { "name": "wilsonliaw", "key": "wilsonliaw", "displayName": "Wilson Liaw", "active": true, "timeZone": "Asia/Shanghai" }, "environment": "Titanium SDK 3.4.0", "closedSprints": [ { "id": 525, "state": "closed", "name": "2015 Sprint 23 SDK", "startDate": "2015-11-07T01:30:15.519Z", "endDate": "2015-11-21T01:30:00.000Z", "completeDate": "2015-11-23T02:54:27.887Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "369432", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Updated PR with cherry-picked community commit: https://github.com/appcelerator/titanium_mobile/pull/7411", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-11-09T19:08:35.000+0000", "updated": "2015-11-09T19:08:35.000+0000" }, { "id": "369696", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Approved. PRs merged.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-11-11T07:52:09.000+0000", "updated": "2015-11-11T07:52:09.000+0000" }, { "id": "374889", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified fixed, ran demo code and receive \"dragstart\" console message when dragging finger from original touch position. On release, receive \"dragend\" console message.\r\n\r\nTested on:\r\n\r\niPhone 6s Plus Device (9.2) \r\nMac OSX El Capitan 10.11 (15A284)\r\nTi SDK: 5.2.0.v20160114021251\r\nAppc NPM: 4.2.3-1\r\nApp CLI: 5.2.0-220 \r\nXcode 7.2\r\nNode v4.2.3\r\n*Closing Ticket.*\r\n", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-01-20T00:21:32.000+0000", "updated": "2016-01-20T00:21:32.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }