{ "id": "63419", "key": "TIMOB-2787", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-07-20T15:50:56.000+0000", "created": "2011-04-15T03:29:36.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [ { "id": "19068", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "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": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T23:02:16.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": "{html}

The Tab Bar will not hide and visible does not work.

\n

var tabGroup = Titanium.UI.createTabGroup();

\n

var win1 = Titanium.UI.createWindow({

\n
\ntitle:'Window 1',\nbackgroundColor:'#fff'\n
\n

}); var tab1 = Titanium.UI.createTab({

\n
\ntitle:'Tab 1',\nwindow:win1,\nvisible: false\n
\n

});

\n

tabGroup.addTab(tab1);
\ntabGroup.open();
\nwin1.hideTabBar();

{html}", "attachment": [], "flagged": false, "summary": "TabBar will not hide", "creator": { "name": "judy", "key": "judy", "displayName": "Judy", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "judy", "key": "judy", "displayName": "Judy", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "208751", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "hideTabBar must be called before open. This will work\r\n{code}\r\nvar tabGroup = Titanium.UI.createTabGroup();\r\n\r\nvar win1 = Titanium.UI.createWindow({\r\n\r\ntitle:'Window 1',\r\nbackgroundColor:'#fff'\r\n}); var tab1 = Titanium.UI.createTab({\r\n\r\ntitle:'Tab 1',\r\nwindow:win1,\r\nvisible: false\r\n});\r\n\r\ntabGroup.addTab(tab1);\r\ntabGroup.open();\r\nwin1.hideTabBar();\r\n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-07-20T15:50:56.000+0000", "updated": "2012-07-20T15:50:56.000+0000" }, { "id": "410899", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T23:02:16.000+0000", "updated": "2017-03-09T23:02:16.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }