{ "id": "175152", "key": "TIMOB-27963", "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": "20950", "name": "Release 9.1.0", "archived": false, "released": true, "releaseDate": "2020-08-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2020-07-15T21:46:02.000+0000", "created": "2020-06-16T23:08:49.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "regression" ], "versions": [ { "id": "21039", "name": "Release 9.0.3", "archived": false, "released": true, "releaseDate": "2020-06-10" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-07-15T21:46:02.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": "- Always specify default {{tintColor}} for tabs\r\n\r\n*TEST CASE*\r\n{code:js}\r\nconst tabGroup = Ti.UI.createTabGroup({\r\n\t// style: Ti.UI.Android.TABS_STYLE_BOTTOM_NAVIGATION,\r\n\t// tintColor: '#bbb' // NOTE: Workaround for 9.0.3\r\n});\r\n\r\nconst tabWin_home = Ti.UI.createWindow({\r\n \ttitle: 'Home',\r\n \tbackgroundColor: 'white'\r\n});\r\nconst tab_home = Ti.UI.createTab({\r\n \ttitle: 'Home',\r\n \twindow: tabWin_home\r\n});\r\n\r\nconst tabWin_chat = Ti.UI.createWindow({\r\n\ttitle: 'Chat',\r\n\tbackgroundColor: 'white'\r\n});\r\nconst tab_chat = Ti.UI.createTab({\r\n\ttitle: 'Chat',\r\n\twindow: tabWin_chat\r\n});\r\n\r\ntabGroup.addTab(tab_home);\r\ntabGroup.addTab(tab_chat);\r\ntabGroup.open();\r\n{code}\r\n- Unselected tab text and icon should be dimmer than selected tab.", "attachment": [], "flagged": false, "summary": "Android: Always specify default Tab.tintColor", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1201, "state": "closed", "name": "2020 Sprint 14", "startDate": "2020-07-06T15:40:00.000Z", "endDate": "2020-07-17T15:40:00.000Z", "completeDate": "2020-07-20T22:16:28.367Z", "originBoardId": 114 }, { "id": 1198, "state": "closed", "name": "2020 Sprint 12", "startDate": "2020-06-08T21:06:41.849Z", "endDate": "2020-06-19T21:06:00.000Z", "completeDate": "2020-06-19T15:54:38.493Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "455808", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/11777", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-06-16T23:11:28.000+0000", "updated": "2020-06-16T23:11:28.000+0000" }, { "id": "455925", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.\r\nWaiting for Jenkins build", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-06-24T00:15:18.000+0000", "updated": "2020-06-24T00:15:18.000+0000" }, { "id": "455956", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "merged to master for 9.1.0 target", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2020-06-29T19:11:14.000+0000", "updated": "2020-06-29T19:11:14.000+0000" }, { "id": "456113", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Default tint color is set on tabs in tabgroup.\r\nVerified on:\r\nMac OS: 10.15.4\r\nSDK: 9.1.0.v20200715060819\r\nAppc CLI: 8.0.0\r\nJDK: 11.0.4\r\nNode: 10.17.0\r\nStudio: 6.0.0.202005141803\r\nDevice: Nexus4(v5.1.1) device, Pixel3(v10.0) emulator", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-07-15T21:46:02.000+0000", "updated": "2020-07-15T21:46:02.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }