{ "id": "65320", "key": "TIMOB-4085", "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": "11255", "name": "Sprint 2011-20", "archived": true, "released": true, "releaseDate": "2011-05-23" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2011-05-16T11:21:47.000+0000", "created": "2011-05-13T16:17:24.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": "2012-02-09T14:10:35.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}\nvar firstWindow = Ti.UI.createWindow({'title': 'First Tab'});\nvar secondWindow = Ti.UI.createWindow({'title': 'Second Tab'});\n\n// when this window is shown, get some data\nsecondWindow.addEventListener('focus',function(){\n\talert('you opened this tab');\n});\n\nvar tabOne = Titanium.UI.createTab({\n\ttitle:'Tab One',\n\twindow:firstWindow\n});\n\nvar tabTwo = Ti.UI.createTab({\n\ttitle:'Tab Two',\n\twindow:secondWindow\n});\n\nvar tabGroup = Ti.UI.createTabGroup({\n\ttabs:[tabOne, tabTwo]\n});\n\ntabGroup.open();\n\n{code}\n\nRun app, and behold! The associated {{title}} is not visible on their respective window's navigation bar.", "attachment": [], "flagged": false, "summary": "Tab title is not visible on the associated window's navigation bar.", "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": "133713", "author": { "name": "jacobrelkin", "key": "jacobrelkin", "displayName": "Jacob Relkin", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I cannot reproduce this issue with the code provided.", "updateAuthor": { "name": "jacobrelkin", "key": "jacobrelkin", "displayName": "Jacob Relkin", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-16T11:21:47.000+0000", "updated": "2011-05-16T11:21:47.000+0000" }, { "id": "182648", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I am lolling at this bug", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-09T14:10:35.000+0000", "updated": "2012-02-09T14:10:35.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }