{ "id": "121607", "key": "TIMOB-15578", "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": "15703", "description": "2013 Sprint 22", "name": "2013 Sprint 22", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "15704", "description": "2013 Sprint 22 API", "name": "2013 Sprint 22 API", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "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-10-25T21:34:04.000+0000", "created": "2013-10-25T01:47:34.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-11-14T09:22:49.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": [], "description": "Build map v2 against latest master, run this code on latest master:\r\n{code}\r\nvar MapModule = require(\"ti.map\");\r\nvar win = Titanium.UI.createWindow({\r\n backgroundColor : \"white\"\r\n});\r\n \r\nvar mapContainer = Ti.UI.createView({\r\n id : 'mapContainer',\r\n top : \"50%\",\r\n width : \"95%\",\r\n bottom : \"15dip\",\r\n visible : true,\r\n layout : \"vertical\",\r\n backgroundImage : \"/images/map_bg.png\"\r\n});\r\nwin.add(mapContainer);\r\n\r\nvar mapview = MapModule.createView({\r\n mapType : MapModule.NORMAL_TYPE,\r\n region : {\r\n latitude : 33.74511,\r\n longitude : -84.38993,\r\n latitudeDelta : 0.01,\r\n longitudeDelta : 0.01\r\n },\r\n animate : true,\r\n regionFit : true,\r\n userLocation : true,\r\n top : \"5dip\",\r\n bottom : \"10dp\",\r\n width : \"98%\",\r\n});\r\n \r\nmapContainer.add(mapview);\r\nwin.open();\r\n{code}\r\n1. hit the back button, observe crash", "attachment": [], "flagged": false, "summary": "Android: Map module crashes when trying to exit the app", "creator": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "276834", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master PR: https://github.com/appcelerator/titanium_mobile/pull/4854", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T19:26:02.000+0000", "updated": "2013-10-25T19:26:02.000+0000" }, { "id": "279518", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified with:\r\n\r\nAppcelerator Studio: 3.2.0.201311122338\r\nSDK:3.2.0.v20131113183932\r\nalloy: 1.3.0\r\nacs: 1.0.7\r\nnpm: 1.3.2\r\ntitanium: 3.2.0\r\ntitanium-code-processor: 1.1.0\r\nXcode:5.0.2\r\nDevice: Google Nexus7(v4.3)\r\nOS: Mac OSX 10.9\r\n\r\nApp not crashing on clicking back button.\r\nHence Closing as fixed and verified.", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-14T09:22:49.000+0000", "updated": "2013-11-14T09:22:49.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }