{ "id": "90620", "key": "TIMOB-16217", "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": "2012-04-20T03:55:52.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "pickers", "tableView", "tableViewRow", "textfield" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:04:09.000+0000", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "When pickers are present in other tableViewRows, an attempt to enter text into a textField results in one character being entered into the field just before the textField loses focus and the tableView scrolls to its top.\r\n\r\nWithout pickers present in other rows, the behavior is as expected and the user can continue to enter text.\r\n\r\nSample code:\r\n\r\n{code}\r\nvar win =Ti.UI.createWindow({backgroundColor:'#fff'});\r\n\r\nvar captions = [];\r\nvar fields = [];\r\nvar rows = [];\r\nvar pickerRows = [];\r\n\r\nfor (var i = 0, ii=20; i