Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2182] Nav group closing window might cause views to remain on screen

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T03:12:57.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsblocker, ios, navigationgroup, views
ReporterStephen Tramer
AssigneeStephen Tramer
Created2011-04-15T03:12:56.000+0000
Updated2017-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.

Comments

  1. Stephen Tramer 2011-04-15

    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.

  2. Stephen Tramer 2011-04-15

    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.

  3. Lee Morris 2017-03-02

    Closed as invalid.

JSON Source