{ "id": "117586", "key": "AC-2282", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-07-25T17:35:30.000+0000", "created": "2013-07-25T09:26:45.000+0000", "labels": [ "android", "ios" ], "versions": [], "issuelinks": [], "assignee": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:41:17.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "Hello,\r\nIn Titanium 2.x\r\n\r\nWhen we use \"touchMove\" on any object (like button and view). then we have got globalPoint Value.\r\n\r\nBut, In Titanium 3.x.\r\nWe have not getting globalPoint. \r\nHow I can Manage this?\r\n", "attachment": [], "flagged": false, "summary": "When we use 'touchMove' on any object then, we have not got \"globalPoint\" Property?", "creator": { "name": "mritunjayk477@gmail.com", "key": "mritunjayk477@gmail.com", "displayName": "Mritunjay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mritunjayk477@gmail.com", "key": "mritunjayk477@gmail.com", "displayName": "Mritunjay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio 3.1.1", "comment": { "comments": [ { "id": "263165", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Mritunjay,\r\n\r\nglobalPoint has been deprecated in 3.x (and removed in 3.1.x). Please use convertPointToView instead, e.g.\r\n\r\n{code:javascript}var coords = thisview.convertPointToView({\r\n x : e.x,\r\n y : e.y\r\n}, $.anotherview);{code}\r\n\r\nhttp://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.View-method-convertPointToView\r\n\r\nClosing as invalid.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-25T17:35:30.000+0000", "updated": "2013-07-25T17:35:30.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }