[AC-6437] iOS: TabGroup close causing (delayed) crash. iOS 13
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2019-12-30T16:26:26.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | David Bankier |
| Assignee | Motiur Rahman |
| Created | 2019-11-18T15:53:13.000+0000 |
| Updated | 2019-12-30T16:26:26.000+0000 |
Description
Any help narrowing down the issue would be appreciated. Only experienced since using JSCore.
Crash log attached.
Attachments
| File | Date | Size |
|---|---|---|
| AppName_2019-11-14-090819_MacBook-Pro.crash | 2019-11-18T15:52:54.000+0000 | 198163 |
Worked around this issue by avoiding using the
closelistener/callback on the tab group and calling the cleanup methods directly.[~dbankier] TabGroup is a specialized views container that can hold other top-level containers like Window. So you have to handle it properly before closing it. However, we need a test case and steps to reproduce this issue.