{ "id": "175715", "key": "TIMOB-28236", "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:27:44.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [ { "id": "58865", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "175596", "key": "TIMOB-28165", "fields": { "summary": "Android: TableViewRow 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:28:07.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 {{TableViewRow}} does not active the row ripple effect.\r\n\r\n*TEST*\r\n{code:js}\r\nconst win = Ti.UI.createWindow({ backgroundColor: 'gray' });\r\nconst row = Ti.UI.createTableViewRow({\r\n\theight: 80,\r\n\tbackgroundColor: 'blue'\r\n});\r\nconst label = Ti.UI.createLabel({\r\n\ttext: 'Pressing this should activate ripple',\r\n\ttextAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\r\n\tbackgroundColor: 'red',\r\n\twidth: '80%',\r\n\theight: '80%'\r\n});\r\n\r\nrow.add(label);\r\n\r\nconst table = Ti.UI.createTableView({\r\n data: [ row ]\r\n});\r\n\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\n*EXPECTED*\r\n- {{TableViewRow}} shows ripple effect anywhere the row is tapped, including child views.\r\n\r\n*ACTUAL*\r\n- {{TableViewRow}} does not display ripple effect when child view is tapped.", "attachment": [], "flagged": false, "summary": "iOS: TableViewRow 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 } } }