{ "id": "82889", "key": "TIMOB-6232", "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": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-07T20:45:42.000+0000", "created": "2011-11-18T10:16:21.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "tbs-1.9.0" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-07T20:45:42.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": "Steps To Reproduce:\r\n1. Compile the following code\r\n{code}\r\n\r\nvar tabGroup = Titanium.UI.createTabGroup();\r\n\r\nvar win2 = Titanium.UI.createWindow({ \r\n title:'Map',\r\n navBarHidden:true\r\n});\r\n\r\nvar tab2 = Titanium.UI.createTab({ \r\n icon:'KS_nav_ui.png',\r\n title:'Map',\r\n window:win2\r\n});\r\n\r\n\r\nvar mapview = Titanium.Map.createView({\r\n\tmapType: Titanium.Map.STANDARD_TYPE,\r\n regionFit:true,\r\n region:{latitude:40.581691,longitude:-122.3916,latitudeDelta:2, longitudeDelta:2}\r\n});\r\nwin2.add(mapview);\r\n\r\ntabGroup.addTab(tab2); \r\n\r\ntabGroup.open();\r\n{code}\r\n2. Click on tab 2\r\n\r\nActual Result:\r\nThe mapview does not zoom into the region\r\n\r\nExpected Result:\r\nThe mapview should zoom into the region\r\n\r\nNote:\r\nCompare with Android to see the region", "attachment": [], "flagged": false, "summary": "iOS: Mapview: Parity: Mapview Region is not zoomed in to the region location", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac 10.6.8\r\nStudio: 1.0.7.201111171839\r\nSDK: 1.8.0.1.v20111116185058 on\r\nDevices: iPad 2 4.3.5\r\niPod Touch 4.02\r\niPhone 4s 5.0", "comment": { "comments": [ { "id": "176408", "author": { "name": "amigoni", "key": "amigoni", "displayName": "Leonardo Amigoni", "active": true, "timeZone": "Europe/Berlin" }, "body": "I have noticed this as well. My issue is when I put the map as a header of a tableview it won't zoom. My temporary fix is to put the map inside another view that is just a container. It should work for your issue too. ", "updateAuthor": { "name": "amigoni", "key": "amigoni", "displayName": "Leonardo Amigoni", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-12-17T02:16:51.000+0000", "updated": "2011-12-17T02:16:51.000+0000" }, { "id": "421224", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress in the past 5 years.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-07T20:45:42.000+0000", "updated": "2017-06-07T20:45:42.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }