{ "id": "176270", "key": "TIMOB-28523", "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:29:00.000+0000", "created": "2021-08-14T11:29:29.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": "59310", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "176252", "key": "TIMOB-28505", "fields": { "summary": "iOS: TabGroup tab bar is transparent instead of translucent 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 } } } } ], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2021-08-24T15:29:00.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": "See the example video and example code for details. It seems like it's related to [this iOS change|https://developer.apple.com/forums/thread/682432] that suggests changes to the {{scrollEdgeAppearance}} which we override several times right now, likely causing the flicker. I also attached a native project that does exactly the same, but does not flicker, so an Apple issue can be excluded.\r\n\r\n{code:js}\r\nlet tabGroup;\r\n\r\nconst window = Ti.UI.createWindow({ title: 'Window 1', backgroundColor: 'white' });\r\nconst btn = Ti.UI.createButton({ title: 'Open window' });\r\n\r\nbtn.addEventListener('click', () => {\r\n\ttabGroup.activeTab.open(Ti.UI.createWindow({ title: 'Window 2', backgroundColor: 'white' }));\r\n});\r\n\r\nwindow.add(btn);\r\n\r\ntabGroup = Ti.UI.createTabGroup({\r\n\ttabs: [\r\n\t\tTi.UI.createTab({\r\n\t\t\ttitle: 'Tab 1',\r\n\t\t\twindow,\r\n\t\t\ticon: Ti.UI.createView({ width: 20, height: 20, backgroundColor: 'black' }).toImage()\r\n\t\t})\r\n\t]\r\n});\r\n\r\ntabGroup.open();\r\n{code}", "attachment": [ { "id": "67961", "filename": "example.mov", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2021-08-14T11:35:28.000+0000", "size": 1823526, "mimeType": "video/quicktime" }, { "id": "67962", "filename": "test_tabgroup_native.zip", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2021-08-14T11:49:32.000+0000", "size": 31218, "mimeType": "application/zip" }, { "id": "67970", "filename": "with-changes.mp4", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2021-08-18T14:34:04.000+0000", "size": 1934789, "mimeType": "video/mp4" } ], "flagged": false, "summary": "iOS: TabGroup tab bar flickers when opening window on iOS 15", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "458991", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I remember this being an issue with Xcode 13 beta 2 and I wrote up the following PR to fix it.\r\nhttps://github.com/appcelerator/titanium_mobile/pull/12946\r\n\r\nHowever, I closed the above PR since beta 3 appeared to restore backward compatibility. I'll have to double check the newest beta and use your test case.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-08-16T18:37:02.000+0000", "updated": "2021-08-16T18:37:02.000+0000" }, { "id": "458996", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "[~jquick], just a heads up, I tried your changes out and it appears to work as expected (i.e it looks the same as on iOS 14.5 to me). I've attached a video showing it", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2021-08-18T14:33:55.000+0000", "updated": "2021-08-18T14:33:55.000+0000" }, { "id": "458999", "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-08-20T00:03:38.000+0000", "updated": "2021-08-20T00:03:38.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }