{ "id": "120039", "key": "TIMOB-15265", "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": "15691", "description": "2013 Sprint 19", "name": "2013 Sprint 19", "archived": true, "released": true, "releaseDate": "2013-09-20" }, { "id": "15693", "description": "2013 Sprint 19 API", "name": "2013 Sprint 19 API", "archived": true, "released": true, "releaseDate": "2013-09-20" }, { "id": "15747", "description": "Release 3.1.4", "name": "Release 3.1.4", "archived": true, "released": false }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-09-20T17:45:30.000+0000", "created": "2013-09-17T04:52:20.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "i0S", "qe-3.1.3", "qe-testadded", "regression", "shake" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-10T11:23:39.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": "The shake gesture event is not fired in the KitchenSink app running in the iOS emulator (iPhone, SDK 6.1, Retina) or on an iPhone 4S (latest 6.1x).", "attachment": [], "flagged": false, "summary": "iOS: Shake gesture event not firing in KitchenSink on iOS 6.1 with SDK 3.1.3.x", "creator": { "name": "jkitterman", "key": "jkitterman", "displayName": "Josh Kitterman", "active": true, "timeZone": "America/Denver" }, "subtasks": [], "reporter": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "environment": "KitchenSink app running in iOS emulator (iPhone 6.1 Retina) or iPhone 4S\r\nSDK 3.1.3.v20130912132758\r\nStudio 3.1.4.201309132434", "comment": { "comments": [ { "id": "271841", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified occurs with:\n\nSDK: 3.1.3.v20130918120054\nKitchensink 3.1.3.GA on iOS 6 device and simulator\nXcode 5 GM seed\nXcode 4.6.3\n\nDoes not occur with:\nSDK: 3.1.2.GA\nKitchensink 3.1.3.GA on iOS 6 device and simulator\nXcode 4.6.3", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-18T20:44:34.000+0000", "updated": "2013-09-18T20:44:34.000+0000" }, { "id": "272057", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Master PR : https://github.com/appcelerator/titanium_mobile/pull/4719", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-19T23:31:37.000+0000", "updated": "2013-09-19T23:31:37.000+0000" }, { "id": "272146", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{code}\nvar win = Titanium.UI.createWindow();;\n\nvar l = Titanium.UI.createLabel({\n\ttext:'Shake your phone',\n\ttop:10,\n\tcolor:'#999',\n\theight:'auto',\n\twidth:'auto'\n});\n\nwin.add(l);\n\nTi.Gesture.addEventListener('shake',function(e)\n{\n\tTitanium.UI.createAlertDialog({title:'Shake',message:'it worked!'}).show();\n});\n\n{code}", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-20T17:39:29.000+0000", "updated": "2013-09-20T17:39:29.000+0000" }, { "id": "272147", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR merged", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-20T17:45:30.000+0000", "updated": "2013-09-20T17:45:30.000+0000" }, { "id": "274293", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Backport to 3_1_X\nhttps://github.com/appcelerator/titanium_mobile/pull/4772", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-10-08T22:48:04.000+0000", "updated": "2013-10-08T22:48:04.000+0000" }, { "id": "274581", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Verified Fix with \r\nOSX: 10.8.5\r\nXcode:5.0\r\nAppcelerator Studio: 3.2.0.201310091613\r\nSDK:3.2.0.v20131009134844\r\nacs:1.0.7\r\nalloy:1.2.2\r\nnpm:1.3.2\r\ntitanium:3.2.0\r\ntitanium-code-processo:1.0.3\r\nDevice: iPod touch2 (viOS7)", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-10-10T11:23:39.000+0000", "updated": "2013-10-10T11:23:39.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }