{ "id": "109176", "key": "TIMOB-13585", "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": "15399", "description": "2013 Sprint 08 JS", "name": "2013 Sprint 08 JS", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "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-04-18T20:59:23.000+0000", "created": "2013-02-05T11:34:42.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-05-29T17:02:16.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": "Ti.Geolocation.fastForward returns an object of the wrong type (structure) in the callback. \r\n\r\nActual behavior: \r\n\r\n- evt contains only two properties: success and places.\r\n\r\nExpected behavior:\r\n\r\n- evt corresponds to the documentation: http://docs.appcelerator.com/titanium/latest/#!/api/ForwardGeocodeResponse\r\n\r\nTested in the web browser of Android 2.3.7.\r\n\r\nCode example: \r\n{code}\r\nvar addr = \"2065 Hamilton Avenue San Jose California 95125\";\r\nTitanium.Geolocation.forwardGeocoder(addr,function(evt)\r\n{\r\n\tfor (var i in evt) {\r\n\t\tconsole.log(\"i = \" + i + \", evt[i] = \" + evt[i]);\r\n\t}\r\n}\r\n{code}\r\n\r\nActual printout:\r\n{code}i = success, evt[i] = true\r\ni = places, evt[i] = [object Object]{code}", "attachment": [], "flagged": false, "summary": "Mobile Web: Titanium.Geocoder.forwardGeocoder doesn't work properly", "creator": { "name": "roman.kamenetsky", "key": "roman.kamenetsky", "displayName": "Roman Kamenetsky", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "roman.kamenetsky", "key": "roman.kamenetsky", "displayName": "Roman Kamenetsky", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "CLI version 3.0.23, Titanium SDK version 3.0.2.v20130201161712", "comment": { "comments": [ { "id": "245425", "author": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Roman,\n\nAs stated in the documentation, the extra fields are returned only in the Android and iOS platforms.", "updateAuthor": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-03T12:53:22.000+0000", "updated": "2013-04-03T12:53:22.000+0000" }, { "id": "247686", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Note: many of the fields are Android only or iOS only. I went through the docs and it appears that the fields that should be common across all platforms are:\n\nsuccess\ncode\nerror\nlatitude\nlongitude", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-16T01:32:52.000+0000", "updated": "2013-04-16T01:32:52.000+0000" }, { "id": "247691", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4169", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-16T01:59:40.000+0000", "updated": "2013-04-16T01:59:40.000+0000" }, { "id": "249323", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Titanium.Geocoder.forwardGeocoder works fine as expected.\r\n\r\nVerified on:\r\nDevice: Samsung Galaxy Note, Android version: 2.3.6\r\nSDK: 3.1.1.v20130425155025\r\nCLI version : 3.1.0-cr\r\nOS : MAC OSX 10.7.5\r\nAppcelerator Studio, build: 3.1.0.201304281117\r\nXCode : 4.5.1\r\n", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-04-29T12:23:18.000+0000", "updated": "2013-04-29T12:23:18.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }