{ "id": "92256", "key": "TIMOB-9216", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13399", "description": "Sprint 2012-11 Mobile Web", "name": "Sprint 2012-11 MW", "archived": true, "released": true, "releaseDate": "2012-06-03" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-06-04T05:19:43.000+0000", "created": "2012-05-23T21:45:19.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "17592", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "92050", "key": "TIMOB-9183", "fields": { "summary": "iOS: Swipe event does not work for up and down", "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": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-06-27T12:05:52.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "h3. Description:\r\n\r\nThe swipe events work on MobileWeb, but the \"up\" and \"down\" are not implemented yet.\r\n\r\nh3. Test Code\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n    backgroundColor: 'white';\r\n});\r\n \r\nvar view = Ti.UI.createView({\r\n    width: Ti.UI.FILL,\r\n    heigh: Ti.UI.FILL\r\n});\r\n \r\nwin.add(view);\r\n \r\nview.addEventListener('swipe', function(e){\r\n    alert(e.direction);\r\n});\r\n \r\nwin.open();\r\n{code}", "attachment": [ { "id": "28131", "filename": "app.js", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-02T11:00:24.000+0000", "size": 3590, "mimeType": "application/x-javascript" }, { "id": "28130", "filename": "app.js", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-02T10:56:14.000+0000", "size": 3608, "mimeType": "application/x-javascript" }, { "id": "28127", "filename": "app.js", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-01T18:32:15.000+0000", "size": 455, "mimeType": "application/x-javascript" } ], "flagged": false, "summary": "MobileWeb: Swipe event for \"up\" and \"down\" not working", "creator": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "196928", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2308", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-01T18:31:59.000+0000", "updated": "2012-06-01T18:31:59.000+0000" }, { "id": "196929", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Test with attached app for swipe events, and test with Kitchen Sink for scrollable view.", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-01T18:32:32.000+0000", "updated": "2012-06-01T18:32:32.000+0000" }, { "id": "200634", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the issue in the environment below & the swipe up & down are working properly.\r\n\r\nTitanium Studio : 2.1.0.201206251749\r\nSDK version : 2.1.0.v20120626204252\r\nChrome : 19.0.1084.56\r\nIphone 4.3.5\r\nAndroid 2.3.6", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-06-27T12:05:52.000+0000", "updated": "2012-06-27T12:05:52.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }