{ "id": "65319", "key": "TIMOB-4084", "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": "2011-05-13T17:18:07.000+0000", "created": "2011-05-13T16:17:15.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios", "tab", "title", "window" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "jacobrelkin", "key": "jacobrelkin", "displayName": "Jacob Relkin", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-05-13T17:18:07.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": "Using the following code:\n\n{code}\n\tvar leaderboardWindow = Titanium.UI.createWindow($$.Window);\n\t\n\tpointsData = _data;\n\ttableData = [];\n\ttableRows = [];\n\t\n\t// display objects\n\ttableView = Titanium.UI.createTableView({\n\t\tdata:tableRows,\n\t\tbackgroundColor:'white'\n\t});\n\t\n\tleaderboardWindow.add(tableView);\n\t\n\t// when this window is shown, get some data\n\tleaderboardWindow.addEventListener('open',function(){\n\t\talert('you opened this tab');\n\t});\n\n\tvar tab = Titanium.UI.createTab({\n\t\ticon:'images/tab_friends.png',\n\t\ttitle:'Leaderboard',\n\t\twindow:leaderboardWindow\n\t});\n{code}\n\n*After re-entering any tab, the tab's window's title is not visible anymore*.", "attachment": [], "flagged": false, "summary": "Tab window's title goes away after first focus of containing window", "creator": { "name": "jacobrelkin", "key": "jacobrelkin", "displayName": "Jacob Relkin", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jacobrelkin", "key": "jacobrelkin", "displayName": "Jacob Relkin", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "(1_7_X, e6afca8..., iPhone Simulator and iPod Touch 4GT - iOS SDK 4.2)", "comment": { "comments": [ { "id": "133565", "author": { "name": "jacobrelkin", "key": "jacobrelkin", "displayName": "Jacob Relkin", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Duplicate of 4085.", "updateAuthor": { "name": "jacobrelkin", "key": "jacobrelkin", "displayName": "Jacob Relkin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-13T17:18:07.000+0000", "updated": "2011-05-13T17:18:07.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }