{ "id": "97578", "key": "TIMOB-10024", "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": [ { "id": "13573", "description": "Sprint 2012-15 API", "name": "Sprint 2012-15 API", "archived": true, "released": true, "releaseDate": "2012-07-30" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-08-09T04:57:50.000+0000", "created": "2012-07-18T12:03:08.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_tableview", "parity", "qe-testadded" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [ { "id": "18984", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "95055", "key": "TIMOB-9958", "fields": { "summary": "IOS: TextArea does not fire click events.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "18986", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "97577", "key": "TIMOB-10023", "fields": { "summary": "iOS: Gestures not recognized on interactive text elements (fields/areas)", "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" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "18985", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "95055", "key": "TIMOB-9958", "fields": { "summary": "IOS: TextArea does not fire click events.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2012-08-09T04:57:50.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": "TextField seems to eat all touch events. Observed while testing TIMOB-9958, filed against master.\r\n\r\nTest:\r\n\r\n{{app.js}}\r\n{code}\r\nvar window = Ti.UI.createWindow({backgroundColor: 'white'});\r\n \r\nvar eventInfo = function(e){\r\n    Ti.API.info(e.type+' '+e.source);\r\n}\r\n  \r\nvar txt2 = Ti.UI.createTextField({\r\n    top: '10',\r\n    left: '10',\r\n    right:'10',\r\n    height:'60',\r\n    color:'#336699',\r\n    boderWidth:2,\r\n    borderColor:'#555',\r\n    value: '',\r\n    scrollable:false\r\n});\r\n  \r\nwindow.add(txt2);\r\n \r\nvar toggle = Ti.UI.createButton({\r\n    title:'Toggle Scollable',\r\n    top:100\r\n})\r\n \r\ntoggle.addEventListener('click',function(e){\r\n    txt2.scrollable = !txt2.scrollable;\r\n    Ti.API.info(txt2.scrollable);\r\n});\r\n \r\nwindow.add(toggle);\r\n \r\ntxt2.addEventListener('focus',eventInfo);\r\ntxt2.addEventListener('blur',eventInfo);\r\ntxt2.addEventListener('click',eventInfo);\r\ntxt2.addEventListener('touchstart',eventInfo);\r\ntxt2.addEventListener('touchend',eventInfo);\r\ntxt2.addEventListener('touchmove',eventInfo);\r\ntxt2.addEventListener('touchcancel',eventInfo);\r\ntxt2.addEventListener('swipe', eventInfo);\r\ntxt2.addEventListener('pinch', eventInfo);\r\n \r\nwindow.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "IOS: TextField does not fire click events.", "creator": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "208501", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Updating swipe event handler", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-07-19T13:49:29.000+0000", "updated": "2012-07-19T13:49:29.000+0000" }, { "id": "208503", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending https://github.com/appcelerator/titanium_mobile/pull/2609", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-07-19T14:00:16.000+0000", "updated": "2012-07-19T14:00:16.000+0000" }, { "id": "213513", "author": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Reopening to update labels", "updateAuthor": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2012-08-09T04:55:05.000+0000", "updated": "2012-08-09T04:55:05.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }