{ "id": "128495", "key": "AC-1091", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2014-03-31T17:17:03.000+0000", "created": "2014-03-31T10:31:30.000+0000", "labels": [ "core", "ios", "regression" ], "versions": [], "issuelinks": [ { "id": "36303", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "126981", "key": "TIMOB-16521", "fields": { "summary": "iOS 7.1: Tab Bar separation when the default project launched the first time ", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:37:26.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "Code below can reproduce this issue.\r\n{code:java}\r\nvar self = Ti.UI.createTabGroup();\r\nvar win1 = Ti.UI.createWindow({\r\n\ttitle : \"home\",\r\n\tbackgroundColor : 'white'\r\n});\r\n\r\nvar win2 = Ti.UI.createWindow({\r\n\ttitle : \"settings\",\r\n\tbackgroundColor : 'white'\r\n});\r\n\r\nvar tab1 = Ti.UI.createTab({\r\n\ttitle : L('home'),\r\n\ticon : '/images/KS_nav_ui.png',\r\n\twindow : win1\r\n});\r\n\r\nvar tab2 = Ti.UI.createTab({\r\n\ttitle : L('settings'),\r\n\ticon : '/images/KS_nav_views.png',\r\n\twindow : win2\r\n});\r\n\r\nself.addTab(tab1);\r\nself.addTab(tab2);\r\n\r\nself.open();\r\n{code} \r\nThis code displays bar properly on TiSDK 3.2.2 but with both iOS SDK and iOS simulator 7.0.3.", "attachment": [ { "id": "46962", "filename": "Screen Shot 2014-03-31 at 9.22.37 PM.png", "author": { "name": "jialhe85@gmail.com", "key": "jialhe85@gmail.com", "displayName": "David He", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-31T10:31:30.000+0000", "size": 56183, "mimeType": "image/png" } ], "flagged": false, "summary": "Tab bar has a translucent white stripe in the middle", "creator": { "name": "jialhe85@gmail.com", "key": "jialhe85@gmail.com", "displayName": "David He", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jialhe85@gmail.com", "key": "jialhe85@gmail.com", "displayName": "David He", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS SDK 7.1\r\nTi SDK 3.2.2\r\niOS Simulator 7.1", "comment": { "comments": [ { "id": "299309", "author": { "name": "jialhe85@gmail.com", "key": "jialhe85@gmail.com", "displayName": "David He", "active": true, "timeZone": "America/Los_Angeles" }, "body": "To reproduce this issue, simply run the app and switch to unfocused tab.\n\nIt occurs on actual device as well", "updateAuthor": { "name": "jialhe85@gmail.com", "key": "jialhe85@gmail.com", "displayName": "David He", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-31T10:32:44.000+0000", "updated": "2014-03-31T10:32:44.000+0000" }, { "id": "299336", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thanks for reporting this issue. This issue is a duplicate of TIMOB-16521. Please follow TIMOB-16521 for latest updates.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-03-31T17:16:22.000+0000", "updated": "2014-03-31T17:16:22.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }