{ "id": "120654", "key": "TIMOB-15469", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2017-06-28T13:06:13.000+0000", "created": "2013-10-01T01:30:32.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "glossy", "tabbar", "tabgroup" ], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-16T01:09:47.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": "iOS: Ability to remove glossy effect in the tab group (Option to set up clear color)\r\n\r\n\r\n{code:javascript}\r\nvar win_1 = Ti.UI.createWindow({title: 'First Tab', backgroundColor: \"white\"}),\r\n\twin_2 = Ti.UI.createWindow({title: 'Second Tab', backgroundColor: \"white\"});\r\n\r\n\r\nvar tabGroup = Titanium.UI.createTabGroup({\r\n //tabsBackgroundColor: \"red\" // some new color\r\n});\r\n\r\nvar tab_1 = Titanium.UI.createTab({ \r\n icon: 'nav_ui.png',\r\n title: 'First Tab',\r\n window: win_1\r\n});\r\n\r\nvar tab_2 = Titanium.UI.createTab({ \r\n icon: 'nav_ui.png',\r\n title: 'Second Tab',\r\n window: win_2\r\n});\r\n\r\n\r\ntabGroup.addTab(tab_1);\r\ntabGroup.addTab(tab_2);\r\n\r\ntabGroup.open();\r\n\r\n{code}", "attachment": [ { "id": "42872", "filename": "iOS Simulator Screen shot Oct 1, 2013 3.29.26 AM.png", "author": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-01T01:30:32.000+0000", "size": 13974, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Ability to remove glossy effect in the tab group", "creator": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested on iOS & Ti: 3.1.2.GA", "comment": { "comments": [ { "id": "282864", "author": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Ingo, I am not 100% sure because I can't test it now on iOS 6 ,but I think that glossy effect is possible to replace with shadowImage property. If you can try it and it does work you can close this issue. Thank you", "updateAuthor": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-06T12:55:37.000+0000", "updated": "2013-12-06T12:55:37.000+0000" }, { "id": "423035", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Not required to implement anymore, since iOS7+ will not have the blur-effect. ", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-06-28T13:06:13.000+0000", "updated": "2017-06-28T13:06:13.000+0000" }, { "id": "426746", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing with reference to the above observation.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-08-16T01:09:47.000+0000", "updated": "2017-08-16T01:09:47.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }