[TIMOB-2182] Nav group closing window might cause views to remain on screen
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:12:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | blocker, ios, navigationgroup, views |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-04-15T03:12:56.000+0000 |
Updated | 2017-03-02T19:26:50.000+0000 |
Description
From a premium customer. Was able to view the issue in some of their code, and can find no fault with what they're doing; filing the bug so that I can track it.
Looks like a race condition involving how custom events are used, in conjunction with open/close. Could be a need to force certain operations onto the UI thread. May or may not be solvable.
Caused by redecorating a window. Because of how decorations work, they may not be removed before the window is reopened; once it is, then the decorations are NOT automatically removed or destroyed (and, in fact, this might have to do with the same decorations being reused and having new values placed for them).
Marking invalid.
Closed as invalid.