{ "id": "128753", "key": "TIMOB-16827", "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": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" }, { "id": "15972", "description": "Release 3.4.0", "name": "Release 3.4.0", "archived": false, "released": true, "releaseDate": "2014-09-28" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-08-29T06:23:21.000+0000", "created": "2014-04-07T15:12:02.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "icons", "module_tabgroup", "qe-testadded", "tabgroup" ], "versions": [ { "id": "15857", "description": "Release 3.2.2", "name": "Release 3.2.2", "archived": false, "released": true, "releaseDate": "2014-03-09" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-10-13T22:49:19.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Hello,\r\nWhen i set the property navBarHidden of the tabGroup at true, the icons of the tabs disappear.\r\n\r\nIllustration : http://i.imgur.com/mw6I0yB.jpg\r\n\r\nOriginal topic : http://developer.appcelerator.com/question/164313/tabgroup-icons-hidden-if-navbarhiddentrue", "attachment": [], "flagged": false, "summary": "Android: tabGroup icons hidden with navBarHidden set to true", "creator": { "name": "dekzi", "key": "dekzi", "displayName": "jordann lahache", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dekzi", "key": "dekzi", "displayName": "jordann lahache", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "android sdk 3.2.1 on nexus 5 (kitkat)", "comment": { "comments": [ { "id": "300175", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Moving this ticket to engineering as I can reproduce the issue with the following test case. Icons show up correctly in the tab group if navBarHidden is set to false but do not otherwise.\n\n{code}\nvar self = Ti.UI.createTabGroup({\n exitOnClose:false,\n navBarHidden:true \n});\n \n//create app tabs\nvar win1 = Ti.UI.createWindow();\nvar win2 = Ti.UI.createWindow();\n \nvar tab1 = Ti.UI.createTab({\n title: \"Home\",\n icon: '/images/KS_nav_ui.png',\n window: win1\n});\n \nvar tab2 = Titanium.UI.createTab({ \n title: \"Acc\", \n icon: '/images/KS_nav_ui.png', \n window:win2\n}); \n \nself.addTab(tab1);\nself.addTab(tab2);\n \nself.open();\n{code}", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-08T05:33:56.000+0000", "updated": "2014-04-08T05:33:56.000+0000" }, { "id": "320967", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces in \r\nTitanium SDK version 3.2.3.GA, 3.2.2.GA\r\n\r\nworks fine in \r\nTitanium SDK version 3.4.0 master, 3.3.0.GA\r\n\r\nTitanium Studio, build: 3.3.0.201407100905\r\nTitanium Command-Line Interface\r\nCLI version 3.3.0, \r\nAndroid device : Motorola Moto G, Android version : 4.4.4\r\n", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-29T06:22:55.000+0000", "updated": "2014-08-29T06:22:55.000+0000" }, { "id": "321607", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the issue does not exist in 3.3.0.GA & 3.4.0.v20140829184521.\r\n\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 3.4.0.201408291834\r\nTi SDK : 3.4.0.v20140829184521\r\nMac OSX : 10.9.4\r\nAlloy : 1.5.0-dev\r\nCLI - 3.4.0-dev\r\nCode Processor: 1.1.1\r\nNexus 5 - android 4.4.4\r\nNexus - android 4.2.2", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-03T16:53:09.000+0000", "updated": "2014-09-03T16:53:09.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }