{ "id": "176252", "key": "TIMOB-28505", "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": "21201", "description": "", "name": "Release 10.1.0", "archived": false, "released": true, "releaseDate": "2021-09-28" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2021-08-24T15:28:58.000+0000", "created": "2021-07-08T22:32:31.000+0000", "epic": { "id": 176208, "key": "TIMOB-28465", "name": "iOS: Support iOS 15 and Xcode 13", "summary": "iOS: Support iOS 15/Xcode 13", "color": { "key": "color_7" }, "done": false }, "priority": { "name": "Critical", "id": "1" }, "labels": [ "TabGroup", "iOS", "tabs" ], "versions": [], "issuelinks": [ { "id": "59302", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "176233", "key": "TIMOB-28486", "fields": { "summary": "iOS: Title bar wrongly animates from white to custom color when back navigating on iOS 15", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "59310", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "176270", "key": "TIMOB-28523", "fields": { "summary": "iOS: TabGroup tab bar flickers when opening window on iOS 15", "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" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "59327", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "176328", "key": "TIMOB-28574", "fields": { "summary": "iOS: Window.setToolbar() wrongly uses a transparent background on iOS 15", "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" } }, "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": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2021-11-04T00:11:34.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": "*Summary:*\r\nOn iOS 15, the {{TabGroup}}'s bottom tab bar is completely transparent now and is no longer translucent/semi-transparent. The issue with this are:\r\n* The tab title/icons are harder to see.\r\n* Can no longer change bottom tab bar color. _(But you can still tint the tab title/icon.)_\r\n\r\n*Tab Bar Translucency Bug:*\r\n# Create Classic app project from template (provides tab icons).\r\n# Replace \"app.js\" with attached [^TabGroupColorWindowTest.js] .\r\n# Build and run on iOS 15.\r\n# Notice bottom tab bar is 100% transparent instead of semi-transparent.\r\n# Notice you can't see inactive tab titles or icons.\r\n\r\n||iOS 14||iOS 15||\r\n| !TabGroup-Translucent-iOS14.png|thumbnail! | !TabGroup-Translucent-iOS15.png|thumbnail! |\r\n\r\n*Tab Bar Color Bug:*\r\n# Create Classic app project from template (provides tab icons).\r\n# Replace \"app.js\" with attached [^TabGroupColorSharedTest.js] .\r\n# Build and run on iOS 15.\r\n# Notice bottom tab bar is *NOT* green. _(The \"tabsBackgroundColor\" property is ignored.)_\r\n\r\n||iOS 14||iOS 15||\r\n| !TabGroup-Colored-iOS14.png|thumbnail! | !TabGroup-Colored-iOS15.png|thumbnail! |\r\n\r\n*Cause:*\r\nApple has made breaking-changes to the \"appearance\" object configured on a UITab where it defaults to {{configureWithTransparentBackground}} instead of {{configureWithDefaultBackground}} like iOS 14 and older. Also, we need to configure the {{scrollEdgeAppearance}} property now.\r\n", "attachment": [ { "id": "67949", "filename": "TabGroup-Colored-iOS14.png", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-08T21:56:16.000+0000", "size": 866001, "mimeType": "image/png" }, { "id": "67948", "filename": "TabGroup-Colored-iOS15.png", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-08T21:56:15.000+0000", "size": 846050, "mimeType": "image/png" }, { "id": "67951", "filename": "TabGroupColorSharedTest.js", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-08T21:55:52.000+0000", "size": 642, "mimeType": "application/x-javascript" }, { "id": "67950", "filename": "TabGroupColorWindowTest.js", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-08T21:55:52.000+0000", "size": 549, "mimeType": "application/x-javascript" }, { "id": "67947", "filename": "TabGroup-Translucent-iOS14.png", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-08T21:56:17.000+0000", "size": 913014, "mimeType": "image/png" }, { "id": "67946", "filename": "TabGroup-Translucent-iOS15.png", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-08T21:56:17.000+0000", "size": 836613, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: TabGroup tab bar is transparent instead of translucent on iOS 15", "creator": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1228, "state": "closed", "name": "2021 Sprint 13", "startDate": "2021-07-06T14:28:47.857Z", "endDate": "2021-07-20T14:28:00.000Z", "completeDate": "2021-07-20T22:24:46.215Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "458850", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR (master): https://github.com/appcelerator/titanium_mobile/pull/12946", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-09T20:29:21.000+0000", "updated": "2021-07-09T20:29:21.000+0000" }, { "id": "458871", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is not an issue with Xcode 13 beta 3.\r\nIt's only an issue with beta 1 and 2.\r\nLooks like Apple changed the defaults to be backward compatible.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-07-19T21:31:09.000+0000", "updated": "2021-07-19T21:31:09.000+0000" }, { "id": "458998", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue came back when I tested it with Xcode 13 beta 5.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-08-19T23:44:55.000+0000", "updated": "2021-08-19T23:44:55.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }