{ "id": "110712", "key": "TIMOB-12980", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-03-08T16:20:09.000+0000", "created": "2013-03-06T20:05:13.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:39.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": "Note : Its not necessary the map will be pixelated on the 3rd or the 4th launch only.\r\nDescription:\r\n1.Create & run the app with the code below on BB device/simulator\r\n{code}\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 \r\n if (evt.clicksource == 'leftView' || evt.clicksource == 'rightView') {\r\n Ti.API.info(\"Annotation \" + evt.clicksource + \", pane clicked.\");\r\n }\r\n \r\n});\r\n \r\n \r\nwin.open();\r\n{code}\r\n2.Launch the app 3-4 times\r\n3.see the maps nearly after 3rd or 4th launch\r\n\r\nActual Result:\r\n1.The maps looks pixelated\r\n\r\nExpected Result:\r\n1.The maps should be displayed properly (non pixelated)\r\n\r\nScreenshot attached for reference", "attachment": [ { "id": "35977", "filename": "Screen Shot 2013-03-06 at 10.59.36 AM.png", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-03-06T20:05:13.000+0000", "size": 50941, "mimeType": "image/png" } ], "flagged": false, "summary": "BlackBerry : Maps opens up pixelated when the app in relaunched after 2-3 initial app launches", "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.v20130305173300\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\r\n", "comment": { "comments": [ { "id": "243433", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix & the map loads fine as it should.\r\n\r\nEnvironment:\r\nTi Studio : 3.1.0.v20130320125153\r\nTi BB SDK : 3.1.0.v20130319225749\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.10.261\r\nBB simulator : 10.0.9.2372\r\nDev alpha B 10 device\r\n", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-03-21T16:48:40.000+0000", "updated": "2013-03-21T16:48:40.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }