{ "id": "175713", "key": "TIMOB-28234", "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": "2020-11-09T17:10:13.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [ { "id": "58863", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "175598", "key": "TIMOB-28167", "fields": { "summary": "Android: ListViewItem does not activate ripple effect from child views", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-11-09T17:22:28.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": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "- Pressing on a child view within {{ListViewItem}} does not active the row ripple effect.\r\n\r\n*TEST*\r\n{code:javascript}\r\nconst win = Ti.UI.createWindow({ backgroundColor: 'gray' });\r\nconst listView = Ti.UI.createListView({\r\n\ttemplates: {\r\n\t\ttemplate: {\r\n\t\t\tproperties: {\r\n\t\t\t\tbackgroundColor: 'blue',\r\n\t\t\t\theight: 80\r\n\t\t\t},\r\n\t\t\tchildTemplates: [\r\n\t\t\t\t{\r\n\t\t\t\t\ttype: 'Ti.UI.Label',\r\n\t\t\t\t\tbindId: 'label',\r\n\t\t\t\t\tproperties: {\r\n\t\t\t\t\t\ttext: 'Pressing this should activate ripple',\r\n\t\t\t\t\t\ttextAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\r\n\t\t\t\t\t\tbackgroundColor: 'red',\r\n\t\t\t\t\t\twidth: '80%',\r\n\t\t\t\t\t\theight: '80%'\r\n\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\tdefaultItemTemplate: 'template'\r\n});\r\n\r\nlistView.sections = [\r\n\tTi.UI.createListSection({ items: [ {} ] })\r\n];\r\n\r\nwin.add(listView);\r\nwin.open();\r\n{code}\r\n\r\n*EXPECTED*\r\n- {{ListViewItem}} shows ripple effect anywhere the row is tapped, including child views.\r\n\r\n*ACTUAL*\r\n- {{ListViewItem}} does not display ripple effect when child view is tapped.", "attachment": [], "flagged": false, "summary": "iOS: ListViewItem does not activate ripple effect from child views", "creator": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }