{ "id": "76142", "key": "AC-3102", "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": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2011-07-08T09:44:48.000+0000", "created": "2011-06-09T11:26:23.000+0000", "labels": [ "ios" ], "versions": [], "issuelinks": [], "assignee": { "name": "tguntharp", "key": "tguntharp", "displayName": "Tony Guntharp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:48:09.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": "Map View do not respond to touch events, like touchstart.\r\n\r\nExample:\r\nvar mapview = Titanium.Map.createView({\r\n\t mapType: Titanium.Map.STANDARD_TYPE,\r\n\t region:{latitude:0, \r\n\t\t longitude:0, \r\n\t\t latitudeDelta:0, \r\n\t\t longitudeDelta:0\r\n\t },\r\n\t animate:true,\r\n\t regionFit:true,\r\n\t userLocation:true\r\n});\r\n\r\nmapview.addEventListener('touchstart', function(e){\r\n\tTi.API.info(\"touchstart\");\r\n});\r\n\r\n\r\nwindow.add(mapview);\r\n\r\n\r\nTouchstart event is NEVER fired.\r\n", "attachment": [], "flagged": false, "summary": "Map View do not respond to touch events (eg: touchstart)", "creator": { "name": "djfabrix", "key": "djfabrix", "displayName": "Fabrizio Riccardo", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "djfabrix", "key": "djfabrix", "displayName": "Fabrizio Riccardo", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "156394", "author": { "name": "djfabrix", "key": "djfabrix", "displayName": "Fabrizio Riccardo", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Sorry ... i posted this issue in the wrong project.\r\nIt's related to Titanium Mobile Project.\r\n", "updateAuthor": { "name": "djfabrix", "key": "djfabrix", "displayName": "Fabrizio Riccardo", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-06-10T00:37:08.000+0000", "updated": "2011-06-10T00:37:08.000+0000" }, { "id": "156613", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Fabrizio\r\n\r\nTickets by community members may only be created in this project, so they may be checked for completeness before being moved to the correct project. This ticket is a perfect example of why this process is important! ;) Hence...\r\n\r\nIn order for this ticket to be progressed, please would you do the following?\r\n\r\n* edit your ticket and format it using the wiki markup provided\r\n* state the Titanium SDK version + build date + build hash tested\r\n* state the iOS version tested\r\n* include a proper [Use-case|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-CreatingGoodUsecases]. To clarify, the script should run without modification when added to a blank app.js. Hence, where is the window created? You should include this, so that the core devs can replicate the behavior in the quickest time\r\n\r\nAlso kindly read the [Submitting Bug Reports|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-SubmittingBugReports] guide before raising tickets.\r\n\r\nThank you\r\n", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-13T11:18:42.000+0000", "updated": "2011-06-13T11:18:42.000+0000" }, { "id": "158525", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This is still an issue and a customer in the Help Desk needs this.\r\n\r\nh3. Another sample code:\r\n{code}\r\n\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:'#ccc'\r\n});\r\n\r\nvar map = Ti.Map.createView();\r\n\r\nmap.addEventListener('click', function(e){\r\n\talert(e);\r\n});\r\n\r\nwin.add(map);\r\n\r\nwin.open();\r\n{code}\r\n\r\nh3. HelpDesk ticket:\r\nAPP-864673 - Private", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-07-05T12:09:36.000+0000", "updated": "2011-07-05T12:09:36.000+0000" }, { "id": "158526", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Re-opening", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-07-05T12:10:15.000+0000", "updated": "2011-07-05T12:10:15.000+0000" }, { "id": "159023", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Pedro, please do not reopen. I will email you about this ticket. Thank you.", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-07-08T09:44:48.000+0000", "updated": "2011-07-08T09:44:48.000+0000" }, { "id": "163120", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Closing after 30 days of inactivity.", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-08-16T17:20:01.000+0000", "updated": "2011-08-16T17:20:01.000+0000" }, { "id": "310260", "author": { "name": "danpe", "key": "danpe", "displayName": "Dan Peleg", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "This is still an issue.", "updateAuthor": { "name": "danpe", "key": "danpe", "displayName": "Dan Peleg", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2014-06-20T20:31:20.000+0000", "updated": "2014-06-20T20:31:20.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }