{ "id": "111460", "key": "TIMOB-13137", "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": "6", "description": "", "name": "Hold" }, "resolutiondate": "2015-04-14T17:12:27.000+0000", "created": "2013-03-20T19:06:59.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [ { "id": "30476", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "117747", "key": "TIMOB-14689", "fields": { "summary": "BlackBerry: Update Map and Annotation Objects to use BB Map APIs from 10.1", "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" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T20:18:15.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.Use the code snippet below & run it on BB simulator/device\r\n{code}\r\n\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});\r\n\r\nvar waitersOnWheels = Titanium.Map.createAnnotation({\r\n latitude:37.390749,\r\n longitude:-122.051651,\r\n title:'Waiters On Wheels',\r\n subtitle:'Mountain View, CA',\r\n pincolor:Ti.Map.ANNOTATION_RED,\r\n //rightView: 'images/appcelerator_small.png',\r\n leftView: 'images/appcelerator_small.png'\r\n});\r\n\r\nvar tlBeerGarden = Titanium.Map.createAnnotation({\r\n latitude:37.39504,\r\n longitude:-122.02937,\r\n title:'TL Beer Garden',\r\n subtitle:'Sunnyvale, CA',\r\n pincolor:Ti.Map.ANNOTATION_PURPLE,\r\n //rightView: 'images/appcelerator_small.png',\r\n leftView: 'images/photo.jpg'\r\n});\r\n\r\nvar mapview = Titanium.Map.createView({\r\n region: {latitude:37.390749, longitude:-122.051651},\r\n annotations:[mountainView, waitersOnWheels]\r\n});\r\n\r\nwin.add(mapview);\r\n\r\n// Handle click events on any annotations on this map.\r\nwaitersOnWheels.addEventListener('click', function(evt) {\r\n\t\r\n\tmapview.addAnnotation(tlBeerGarden);\r\n\t\r\n\tif (evt.clicksource == 'leftView') {\r\n\t\tTi.API.info('Annotation ' + evt.clicksource + ', left view clicked.');\r\n\t}\r\n\t\r\n\tif (evt.clicksource == 'rightView') {\r\n Ti.API.info('Annotation ' + evt.clicksource + ', right view clicked.');\r\n\t}\r\n\t\r\n});\r\n\r\nwin.open();\r\n{code}\r\n2.After launch of the app tap on the annotation pins\r\n\r\nActual Result:\r\n1.You will see that after taping on the pins the street names refresh every time you do it\r\n\r\nExpected Results:\r\n1.The street names should not refresh", "attachment": [], "flagged": false, "summary": "BlackBerry : Tapping on the annotations on maps each time refreshes the street names", "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.201303191930\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\nDev alpha B 10 device", "comment": { "comments": [ { "id": "263769", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Since we will be implementing Map V2 using the new 10.1 Map API it probably makes sense to postpone this ticket until we have implemented Map V2.", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-29T21:38:58.000+0000", "updated": "2013-07-29T21:38:58.000+0000" }, { "id": "349503", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Placing these items on hold for the moment based on community interest.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-04-14T17:12:27.000+0000", "updated": "2015-04-14T17:12:27.000+0000" }, { "id": "412832", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as BlackBerry is no longer supported by us.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-16T20:18:15.000+0000", "updated": "2017-03-16T20:18:15.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }