{ "id": "120044", "key": "TIMOB-15272", "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-20T21:15:52.000+0000", "created": "2013-09-17T09:36:06.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_animation", "qe-testadded", "regression", "triage" ], "versions": [], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-10T11:22:50.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": "Drag animation not working in 3.1.1, 3.1.2 and 3.1.3 I'm using following code.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : \"#fff\"\r\n});\r\nvar annoViewPosition;\r\nvar view = Ti.UI.createView({\r\n borderWidth : 1,\r\n borderColor : \"#000000\",\r\n left : 0,\r\n top : 0,\r\n height: 100,\r\n width: 100\r\n});\r\nwin.add(view);\r\n \r\nvar lbltop;\r\nvar lblleft;\r\nview.addEventListener('touchstart', function(e) {\r\n annoLblPosition = {\r\n top : e.source.top,\r\n left : e.source.left\r\n };\r\n lbltop = e.y;\r\n lblleft = e.x;\r\n});\r\n \r\nview.addEventListener('touchmove', function(e) {\r\n annoLblPosition.top += e.y - lbltop;\r\n annoLblPosition.left += e.x - lblleft;\r\n e.source.animate({\r\n top : annoLblPosition.top,\r\n left : annoLblPosition.left,\r\n duration : 5,\r\n });\r\n});\r\n \r\nwin.open();\r\n{code}\r\n\r\nEven I tried KitchenSink animation code that given in basic animation to drag a circle. That even not working properly in 3.1.1, 3.1.3 and 3.1.2.", "attachment": [], "flagged": false, "summary": "iOS: Drag animation not working", "creator": { "name": "laadpooja", "key": "laadpooja", "displayName": "Pooja Laad", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "environment": "SDK: 3.1.1\r\nStudio: 3.1.0.201304151600\r\nOSX: 10.8.4", "comment": { "comments": [ { "id": "271445", "author": { "name": "moiz", "key": "moiz", "displayName": "Moiz Chhatriwala", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I am also getting this issue in Titanium SDK 3.1.2 and 3.1.3 ...So I can't post update for iOS 7 because of this major issue.", "updateAuthor": { "name": "moiz", "key": "moiz", "displayName": "Moiz Chhatriwala", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-17T10:06:09.000+0000", "updated": "2013-09-17T10:06:09.000+0000" }, { "id": "271464", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "All, note you can use the \"Affects version\" to indicate what version exhibits this behavior, not the labels.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-17T12:24:48.000+0000", "updated": "2013-09-17T12:24:48.000+0000" }, { "id": "271716", "author": { "name": "laadpooja", "key": "laadpooja", "displayName": "Pooja Laad", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue is coming in simple project I didn't try this in alloy...\r\n", "updateAuthor": { "name": "laadpooja", "key": "laadpooja", "displayName": "Pooja Laad", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-18T11:23:43.000+0000", "updated": "2013-09-18T11:23:43.000+0000" }, { "id": "272221", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending against master\nhttps://github.com/appcelerator/titanium_mobile/pull/4713\n", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-20T21:13:11.000+0000", "updated": "2013-09-20T21:13:11.000+0000" }, { "id": "272223", "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/4722", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-20T21:13:43.000+0000", "updated": "2013-09-20T21:13:43.000+0000" }, { "id": "272946", "author": { "name": "laadpooja", "key": "laadpooja", "displayName": "Pooja Laad", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3.2.0 is not launched yet and I want to release my app. How do I get a new SDK?", "updateAuthor": { "name": "laadpooja", "key": "laadpooja", "displayName": "Pooja Laad", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-26T06:17:52.000+0000", "updated": "2013-09-26T06:17:52.000+0000" }, { "id": "274579", "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:22:50.000+0000", "updated": "2013-10-10T11:22:50.000+0000" } ], "maxResults": 11, "total": 11, "startAt": 0 } } }