{ "id": "94799", "key": "TIMOB-9926", "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": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-03-28T08:47:28.000+0000", "created": "2012-07-10T17:13:03.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "parity", "qe-testadded" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [], "assignee": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-17T18:44: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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Description: \r\n\r\nWhile running the attached code the log shows a 'click' event fired before every 'swipe'\r\n\r\nThis is not regression it occurs on SDK 2.1.0.GA\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#fff',\r\n fullscreen: false,\r\n exitOnClose: true\r\n});\r\n \r\nvar events = [\r\n 'click',\r\n 'swipe'\r\n];\r\n \r\nvar addListener = function(eventName) {\r\n win.addEventListener (eventName, function(e) {\r\n Ti.API.info(eventName);\r\n });\r\n}\r\n \r\nfor (var i = 0; i < events.length; i++) {\r\n addListener(events[i]);\r\n}\r\n \r\nwin.open();\r\n{code}\r\nSteps to reproduce:\r\n1) create new studio project with attached code and run on device\r\n2) run console using Xcode\r\n3) swipe across screen and check console\r\n\r\n\r\nResult:\r\n\r\n'click' event fired before every 'swipe'\r\n\r\nExpected Result:\r\n\r\nonly 'swipe' events\r\n\r\n", "attachment": [], "flagged": false, "summary": "iOS: Gesture: 'click' event fired before every 'swipe'", "creator": { "name": "kasanbekov", "key": "kasanbekov", "displayName": "Kanat Asanbekov", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kasanbekov", "key": "kasanbekov", "displayName": "Kanat Asanbekov", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iPhone 4S (5.1) \r\nSDK 2.1.0.GA and 2.1.1.v20120705143056\r\nTitanium Studio, build: 2.1.1.201207091636", "comment": { "comments": [ { "id": "244449", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue does not reproduces \r\n\r\nTested with\r\n\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.1.0 \r\nTitanium SDK version: 3.0.2 \r\niOS iPhone Simulator: iOS SDK version: 6.0\r\n", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-28T08:47:28.000+0000", "updated": "2013-03-28T08:47:28.000+0000" }, { "id": "258945", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue does not reproduces\n\nTested with\n\niOS SDK: 5.1\niOS iPhone Simulator: 5.1\nMac OS X Version 10.7.5\nTitanium SDK version 3.1.1.v20130606121419\nTitanium Studio, build: 3.0.1.201212181159", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-21T06:27:45.000+0000", "updated": "2013-06-21T06:27:45.000+0000" }, { "id": "413584", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-17T18:44:14.000+0000", "updated": "2017-03-17T18:44:14.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }