{ "id": "147162", "key": "TIMOB-19623", "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": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2015-11-20T04:46:43.000+0000", "created": "2015-04-22T15:20:58.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "iOS", "searchbar", "tableviewrow" ], "versions": [], "issuelinks": [ { "id": "49913", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "152285", "key": "TIMOB-19776", "fields": { "summary": "IOS: TableViewRow text become blank after selecting searched item from TableView default searchbar", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ssombhatla", "key": "ssombhatla", "displayName": "Srikanth Sombhatla", "active": false, "timeZone": "Asia/Singapore" }, "updated": "2015-11-20T04:46:43.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": "h2. Problem description#\r\nThe label elements in the rows of a tableview disappear after using searchbar twice.\r\n\r\nh2. Steps to reproduce\r\n1. Start app\r\n2. Tap the searchbar and enter \"row\"\r\n3. Tap on the first row of the search result\r\n4. Tab on the \"OK\" button of the alert box\r\n5. tab on the searchbar again\r\n\r\nAll label elements disappeared\r\n\r\nh2. Test case\r\n{code:lang=javascript|title=app.js}\r\n(function() {\r\n\tTi.UI.backgroundColor = 'white';\r\n\t\r\n\tvar win, view, table, data, row, lbl, search, i, j;\r\n\t\r\n\twin = Ti.UI.createWindow({backgroundColor:'#ffffff'});\r\n\tview = Titanium.UI.createView({backgroundColor:\"#FFFEEE\",top:0});\r\n\tsearch = Titanium.UI.createSearchBar();\r\n\t\r\n\tdata = [];\r\n\tfor(i=0,j=10; i