{ "id": "176288", "key": "TIMOB-28536", "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": "21201", "description": "", "name": "Release 10.1.0", "archived": false, "released": true, "releaseDate": "2021-09-28" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2021-09-21T19:24:31.000+0000", "created": "2021-09-16T18:20:15.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "NavigationWindow", "TableView", "ios", "regression", "searchbar" ], "versions": [ { "id": "21199", "description": "", "name": "Release 10.0.1", "archived": false, "released": true, "releaseDate": "2021-07-28" } ], "issuelinks": [ { "id": "59321", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "158421", "key": "TIMOB-22471", "fields": { "summary": "Ti.UI.TableView Test Suite: Titanium.UI.TableView Acceptance TIMOB-14292 iOS Only", "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": "None", "id": "6" }, "issuetype": { "id": "10100", "description": "This Issue Type is used to create Zephyr Test within Jira.", "name": "Test", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2021-09-21T19:24: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": "- TableView retains search focus when window closes, preventing touch events\r\n\r\n*TEST CASE*\r\n{code:js}\r\nconst win_a = Titanium.UI.createWindow({ title: 'Window A' });\r\nconst row = Ti.UI.createTableViewRow({ title: 'Open Window B' });\r\nconst table_a = Ti.UI.createTableView({ data: [ row ] });\r\nconst nav = Titanium.UI.createNavigationWindow({ window: win_a });\r\n\r\nrow.addEventListener('click', e => {\r\n const win_b = Ti.UI.createWindow({ title: 'Window B' });\r\n const table_b = Ti.UI.createTableView({\r\n search: Ti.UI.createSearchBar(),\r\n data: [ Ti.UI.createTableViewRow({ title: 'Focus search then navigate back' }) ]\r\n });\r\n\r\n win_b.add(table_b);\r\n nav.openWindow(win_b);\r\n});\r\n\r\nwin_a.add(table_a);\r\nnav.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: TableView maintains search view focus after close", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1226, "state": "closed", "name": "2021 Sprint 14", "startDate": "2021-07-20T22:25:18.817Z", "endDate": "2021-08-13T22:25:00.000Z", "completeDate": "2021-09-22T21:41:17.520Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "459049", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/13072", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-09-16T18:26:20.000+0000", "updated": "2021-09-16T18:26:20.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }