{ "id": "93852", "key": "AC-2753", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2012-07-23T07:44:41.000+0000", "created": "2012-06-25T16:53:20.000+0000", "labels": [ "mapview", "opacity" ], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:47: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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "When I open a mapview which is using opacity-property and then go back(using iPhone navigation group) and the go again to mapview, the mapview is messed up. If I disable the opacity-property then it's fine.", "attachment": [], "flagged": false, "summary": "Issue with Mapview and opacity-property", "creator": { "name": "mavris13", "key": "mavris13", "displayName": "Michael M", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mavris13", "key": "mavris13", "displayName": "Michael M", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "201058", "author": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hello,\r\n\r\nCan you give a sample code about this? I tried to replicate the issue, but it seems to be working well. This is the code as I tested:\r\n\r\n{code}\r\n\r\nvar win1 = Titanium.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\n\r\nvar win2 = Titanium.UI.createWindow({\r\n backgroundColor: 'black',\r\n title: 'Blue Window'\r\n});\r\n\r\nvar win3 = Titanium.UI.createWindow({\r\n backgroundColor: 'black',\r\n title: 'Blue Window'\r\n});\r\n\r\nvar mv = Ti.Map.createView({\r\n\topacity: 0.5,\r\n\twidth: 300,\r\n\theight: 300\r\n});\r\n\r\nwin3.add(mv);\r\n\r\nvar btn = Ti.UI.createButton({\r\n\ttitle: 'Open'\r\n});\r\n\r\nbtn.addEventListener('click', function(e) {\r\n\tnav.open(win3, {animated:true});\r\n});\r\n\r\nwin2.add(btn);\r\n\r\nvar nav = Titanium.UI.iPhone.createNavigationGroup({\r\n window: win2\r\n});\r\n\r\nwin1.add(nav);\r\nwin1.open();\r\n{code}", "updateAuthor": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-07-02T07:19:38.000+0000", "updated": "2012-07-02T07:19:38.000+0000" }, { "id": "208046", "author": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hello,\r\n\r\nWas this problem fixed? If not, can you please provide a sample code?\r\n\r\nThank you", "updateAuthor": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-07-17T08:37:17.000+0000", "updated": "2012-07-17T08:37:17.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }