{ "id": "65844", "key": "TIMOB-4245", "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": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2020-01-09T19:03:31.000+0000", "created": "2011-05-27T06:34:20.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "reprod" ], "versions": [ { "id": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" }, { "id": "11233", "name": "Release 1.6.0", "archived": true, "released": true, "releaseDate": "2011-02-23" }, { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-01-09T19:03:31.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "TextArea does not fire some events on iOS (touchstart, touchend, doubletap, swipe, singletap)\r\nEx : \r\n\r\n{code:lang=javascript|title=app.js}\r\nvar win = Titanium.UI.createWindow({ backgroundColor:'#FFF' });\r\n\r\nwin.open();\r\n\r\nvar TA = Ti.UI.createTextArea({\r\n width:292,\r\n height:300,\r\n backgroundColor:'#222'\r\n});\r\n\r\nTA.addEventListener('touchstart', function(e) { Ti.API.info('touchstart fired'); });\r\nTA.addEventListener('doubletap',function(e) { Ti.API.info('doubletap fired'); });\r\nTA.addEventListener('singletap',function(e) { Ti.API.info('singletap fired'); });\r\nTA.addEventListener('swipe',function(e) { Ti.API.info('swipe fired'); });\r\n\r\nwin.add(TA);\r\n{code}", "attachment": [], "flagged": false, "summary": "TextArea not firing some events (touchstart, touchend, doubletap, swipe, singletap)", "creator": { "name": "jam", "key": "jam", "displayName": "jammer", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jam", "key": "jam", "displayName": "jammer", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "* iOS 4.3.x\r\n* Titanium versions listed in \"affects versions\" field", "comment": { "comments": [ { "id": "134419", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "in order for us to progress this issue, edit your ticket to include a proper [Use-case|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-CreatingGoodUsecases].\n\nPlease read the [Submitting Bug Reports|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-SubmittingBugReports] guide before raising tickets.\n\nThank you", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-05-28T02:49:24.000+0000", "updated": "2011-05-28T02:49:24.000+0000" }, { "id": "134451", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Again, please read the [Creating Good Usecases|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-CreatingGoodUsecases] guide. Your code needs to be complete, and run without modification, in order for this issue to be progressed.\n", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-05-30T06:23:17.000+0000", "updated": "2011-05-30T06:23:17.000+0000" }, { "id": "134452", "author": { "name": "jam", "key": "jam", "displayName": "jammer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "is it enough for an example?? :/", "updateAuthor": { "name": "jam", "key": "jam", "displayName": "jammer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-30T06:36:39.000+0000", "updated": "2011-05-30T06:36:39.000+0000" }, { "id": "134456", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Almost ;)\n\nTry to use the wiki markup, to make the ticket easier to understand. Also, ensure you remove all superfluous properties from your objects, to make your usecase as concise as possible.\n\nWould you please test 1.7.X, and include the build date and hash of all Titanium versions you have tried? Thanks", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-05-30T07:41:43.000+0000", "updated": "2011-05-30T07:41:43.000+0000" }, { "id": "134458", "author": { "name": "jam", "key": "jam", "displayName": "jammer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I wish i can, but really i don't have enough time for the moment to install and test the beta 1.7.x .. :/ \nBut ok, next time, if necessary, i'll try to give a better report! :) \n", "updateAuthor": { "name": "jam", "key": "jam", "displayName": "jammer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-30T07:59:45.000+0000", "updated": "2011-05-30T07:59:45.000+0000" }, { "id": "134459", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "OK, jammer, I will put it through, but expect me to be stricter next time. ;) Thanks for bring the issue to our attention, though, it's appreciated.\n\nNote: tested on Android 2.2 with Ti 1.7.X, which does respond to the events", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-05-30T08:12:12.000+0000", "updated": "2011-05-30T08:13:38.000+0000" }, { "id": "422592", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am able to reproduce this issue with the following environment;\r\niPhone 7 (10.2)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170620103414\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-22T22:54:37.000+0000", "updated": "2017-06-22T22:54:37.000+0000" }, { "id": "453556", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It has been decided that this issue should be closed as “Won’t do.” This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. Updating, or creating code may not reproduce the issue reported, or be a valid test case.\r\n\r\nIf community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-01-09T19:03:31.000+0000", "updated": "2020-01-09T19:03:31.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }