{ "id": "76915", "key": "TIMOB-4499", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-12T18:36:35.000+0000", "created": "2011-06-27T06:15:01.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "11367", "description": "", "name": "Release 1.7.1", "archived": true, "released": true, "releaseDate": "2011-06-21" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-12T18:36:35.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "The following code demonstrates that the map region cannot be changed when the touch* listeners are added.\r\n\r\nIn addition to this, be aware of the related issues TIMOB-4497 and TIMOB-4498\r\n\r\n{code:lang=javascript}\r\nTi.UI.backgroundColor = \"white\";\r\nvar win = Ti.UI.createWindow({\r\n exitOnClose: true\r\n});\r\n\r\nvar mapview = Ti.Map.createView({\r\n mapType: Ti.Map.STANDARD_TYPE,\r\n region:{latitude:33.74511, longitude:-84.38993, latitudeDelta:0.5, longitudeDelta:0.5},\r\n animate:true,\r\n regionFit:true,\r\n userLocation:true\r\n});\r\nwin.add(mapview);\r\nwin.open();\r\n\r\nmapview.addEventListener('touchstart', function(){\r\n Ti.API.info(\"******* touchstart event fired!!! ************\");\r\n});\r\nmapview.addEventListener('touchend', function(){\r\n Ti.API.info(\"******* touchend event fired!!! ************\");\r\n});\r\nmapview.addEventListener('touchmove', function(){\r\n Ti.API.info(\"******* touchmove event fired!!! ************\");\r\n});\r\nmapview.addEventListener('regionChanged', function(){\r\n Ti.API.info(\"******* regionChanged event fired!!! ************\");\r\n{code}", "attachment": [], "flagged": false, "summary": "mapview touch* events prevent map region from being moved", "creator": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "environment": "* Titanium 1.7.1 (2011/06/17 00:13 293a6d...)\r\n* Android 2.1 (APIs)\r\n* emulator", "comment": { "comments": [ { "id": "421762", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to the time passed and lack of progress since the opening of the ticket. Any problems, please file a new ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-12T18:36:35.000+0000", "updated": "2017-06-12T18:36:35.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }