{ "id": "110653", "key": "TIMOB-12964", "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": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2013-03-06T19:59:29.000+0000", "created": "2013-03-05T22:17:43.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T18:30:18.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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "Description:\r\n1.Build & run the test app for maps given by russ on BB device/simulator\r\n{code}\r\n\r\nvar win = Titanium.UI.createWindow({orientationModes:[Ti.UI.PORTRAIT]});\r\n\r\nvar mountainView = Titanium.Map.createAnnotation({\r\n latitude:37.389493,\r\n longitude:-122.050166,\r\n title:\"Appcelerator Headquarters\",\r\n subtitle:'Mountain View, CA',\r\n pincolor:Ti.Map.ANNOTATION_GREEN,\r\n rightView: 'images/appcelerator_small.png',\r\n leftView: 'images/appcelerator_small.png',\r\n myid: 1\r\n});\r\n\r\nvar tlBeerGarden = Titanium.Map.createAnnotation({\r\n latitude:37.390749,\r\n longitude:-122.051651,\r\n title:\"TL Beer Garden\",\r\n subtitle:'Sunnyvale, CA',\r\n pincolor:Ti.Map.ANNOTATION_RED,\r\n rightView: 'images/appcelerator_small.png',\r\n leftView: 'images/appcelerator_small.png',\r\n myid: 2\r\n});\r\n\r\nvar mapview = Titanium.Map.createView({\r\n region: {latitude:37.390749, longitude:-122.051651},\r\n annotations:[mountainView, tlBeerGarden]\r\n});\r\n\r\nwin.add(mapview);\r\n\r\n// Handle click events on any annotations on this map.\r\ntlBeerGarden.addEventListener('click', function(evt) {\r\n\t\r\n\tif (evt.clicksource == 'leftView' || evt.clicksource == 'rightView') {\r\n Ti.API.info(\"Annotation \" + evt.clicksource + \", pane clicked.\");\r\n\t}\r\n\t\r\n});\r\n\r\n\r\nwin.open();\r\n{code}\r\n2.Observe the behaviour after app launches\r\n\r\nActual Result:\r\n1. The app just quits after splash screen\r\n\r\nExpected Result:\r\n1. The app should launch & show the maps", "attachment": [], "flagged": false, "summary": "BlackBerry : Maps is not working with build 3.1.0.v20130305095817, the app just quits", "creator": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nTi Studio : 3.1.0.201302281824\r\nTi BB SDK : 3.1.0.v20130305095817\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.10.261\r\nDev alpha B 10 device", "comment": { "comments": [ { "id": "411481", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing this ticket as the issue is not our bug.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T18:30:18.000+0000", "updated": "2017-03-13T18:30:18.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }