{ "id": "61203", "key": "TIMOB-571", "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": "11221", "name": "Release 1.1.1", "archived": true, "released": true, "releaseDate": "2010-03-24" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T02:32:14.000+0000", "created": "2011-04-15T02:32:13.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-02T18:49: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": "{html}

Version 1.0

\n

android emulator 1.6 with API's

\n

iPhone ok

\n

v simple code. one window, one tab....

\n
\n// create tab group\nvar tabGroup = Titanium.UI.createTabGroup();
\n
\n\n\n
\n//\n// create base UI tab and root window\n//\nvar win1 = Titanium.UI.createWindow({
\n
\n
\n\n\n
\n
\n
\nurl:'main_windows/login.js',\ntitleImage:'images/appcelerator_small.png',\ntabBarHidden:true\n
\n
\n\n\n
\n});\n\n
\nvar tab1 = Titanium.UI.createTab({
\n\n\n
\n
\nicon:'images/tabs/KS_nav_views.png',\ntitle:'Base UI',\nwindow:win1\n
\n
\n\n\n
\n});\n\n
\ntabGroup.addTab(tab1);
\n\n\n
\ntabGroup.setActiveTab(1);\n// open tab group with a transition animation\ntabGroup.open({\n\n
\n
\ntransition:Titanium.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT\n
\n
\n\n\n
\n});\n
\n

main_windows/login.js creates a couple of text boxes and lables\n- its the same when all code is removed from\nmain_windows/login.js.

{html}", "attachment": [], "flagged": false, "summary": "tabBarHidden is ignored in Android", "creator": { "name": "danmullineux", "key": "danmullineux", "displayName": "Dan Mullineux", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "danmullineux", "key": "danmullineux", "displayName": "Dan Mullineux", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "123582", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Sorry, but the Android Tab Group cannot be hidden. It's not a\ndefect.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:32:14.000+0000", "updated": "2011-04-15T02:32:14.000+0000" }, { "id": "123583", "author": { "name": "danmullineux", "key": "danmullineux", "displayName": "Dan Mullineux", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

bugger

{html}", "updateAuthor": { "name": "danmullineux", "key": "danmullineux", "displayName": "Dan Mullineux", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:32:14.000+0000", "updated": "2011-04-15T02:32:14.000+0000" }, { "id": "408379", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-02T18:49:35.000+0000", "updated": "2017-03-02T18:49:35.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }