{ "id": "172615", "key": "TIMOB-26561", "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": "2018-11-14T21:59:41.000+0000", "priority": null, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2019-04-01T11:01:35.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": [], "description": "The issue is *only on iOS* and 7.4.0GA & 7.4.1GA. I couldn't test on any older Ti version.\r\n\r\nAndroid works fine for both scenarios.\r\n\r\n\r\n===========\r\n===on iOS===\r\n===========\r\nUse Case #1:\tUsing Labels inside a SCROLLVIEW inside a TableViewRow\r\n--------------------------\r\n* Click Label: no event at all gets fired (not Label, not ScrollView and not TableViewRow)\r\n* Click ScrollView:\tno event at all gets fired (ScrollView or TableViewRow)\r\n* Click TableViewRow OUTSIDE the ScrollView: The TableViewRow event DOES gets fired (as expected)\r\n\r\n\r\nUse Case #2:\tUsing Labels inside a VIEW inside a TableViewRow\r\n--------------------------\r\n* Click Label: All 3 events get fired as expected (Label, View and TableViewRow)\r\n\r\n\r\n{code:xml}\r\n\r\n \r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n \r\n\r\n{code}\r\n\r\n\r\n{code:javascript}\r\n//section 1 - scrollview clicks\r\nfunction tableviewrowScrollViewClicked(){\r\n\tconsole.log(\"TableViewRow - ScrollView - Clicked\");\r\n}\r\nfunction scrollViewClicked(){\r\n\tconsole.log(\"ScrollView - Clicked\");\r\n}\r\nfunction scrollViewLabelClicked(){\r\n\tconsole.log(\"ScrollView - Label - Clicked\");\r\n}\r\n\r\n\r\n//section 2 - view clicks\r\nfunction tableviewrowViewClicked(){\r\n\tconsole.log(\"TableViewRow - View - Clicked\");\r\n}\r\nfunction viewClicked(){\r\n\tconsole.log(\"View - Clicked\");\r\n}\r\nfunction viewLabelClicked(){\r\n\tconsole.log(\"View - Label - Clicked\");\r\n}\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: ScrollView and nested elements do not fire onClick when nested inside a TableViewRow", "creator": { "name": "amwinsauto", "key": "amwinsauto", "displayName": "Adam Armstrong", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "amwinsauto", "key": "amwinsauto", "displayName": "Adam Armstrong", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "443612", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, I have tested the issue in iOS with SDK 7.4.0GA and 7.4.1.GA. This is a valid issue in iOS. Forwarding to engineering. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-11-15T00:19:28.000+0000", "updated": "2018-11-15T00:19:28.000+0000" }, { "id": "447391", "author": { "name": "s.volkov", "key": "s.volkov", "displayName": "Sergey Volkov", "active": true, "timeZone": "Europe/Moscow" }, "updateAuthor": { "name": "s.volkov", "key": "s.volkov", "displayName": "Sergey Volkov", "active": true, "timeZone": "Europe/Moscow" }, "created": "2019-04-01T11:01:35.000+0000", "updated": "2019-04-01T11:01:35.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }