{ "id": "113034", "key": "TIMOB-13611", "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": null, "resolutiondate": null, "created": "2013-04-17T23:21:55.000+0000", "priority": null, "labels": [ "api" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:31.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "When a map view is put inside a Scrollable view, when we scroll the map, sometimes the ScrollableView takes priority. This is the case for both map v1 and v2 implementation. \r\n\r\nTesting steps for map v2.\r\n1. {code}\r\nvar window = Titanium.UI.createWindow({});\r\nwindow.open();\r\n \r\n\r\n \r\nvar MapModule = require('ti.map');\r\n \r\nvar map = MapModule.createView({\r\n userLocation: true,\r\n mapType: MapModule.NORMAL_TYPE,\r\n animate: true,\r\n region: {latitude: -33.87365, longitude: 151.20689, latitudeDelta: 0.1, longitudeDelta: 0.1 }, \r\n});\r\n \r\nvar anno = MapModule.createAnnotation({\r\n latitude: -33.86665,\r\n longitude: 151.20689,\r\n title: \"Test Annotation\",\r\n subtitle: \"Test Point subtitle\",\r\n animate: true,\r\n});\r\n \r\nanno.addEventListener('click', function(e) {\r\n Ti.API.info(\"Annotation popup clicked\");\r\n});\r\n \r\nmap.addAnnotations([anno]); \r\n \r\nvar view = Ti.UI.createScrollableView({views: [map], showPagingControl: true});\r\nwindow.add(view);\r\n{code}\r\n2. Scroll around with the map view and you'll notice that sometimes the ScrollableView will take priority.\r\n", "attachment": [], "flagged": false, "summary": "Android: Map inside ScrollableView doesn't scroll properly", "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": [], "maxResults": 0, "total": 0, "startAt": 0 } } }