Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-964] Modal windows will not reopen

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:40:23.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsiOS
Labelsn/a
ReporterStephen Tramer
AssigneeStephen Tramer
Created2011-04-15T02:40:23.000+0000
Updated2017-03-02T18:57:33.000+0000

Description

Sample:

var win1 = Ti.UI.createWindow();
var win2 = Ti.UI.createWindow({
barColor:'black',
backgroundColor:'white',
});

win1.open();
setTimeout(function () {win2.open({modal:true});}, 1000);
setTimeout(function () {win2.close();}, 2000);
setTimeout(function () {win2.open({modal:true});}, 3000);

Comments

  1. Stephen Tramer 2011-04-15

    Test doesn't duplicate, and can't duplicate in the Music settings pane (which originally caused the problem). Could be related to a fix for a different modal bug.

  2. Lee Morris 2017-03-02

    Closing as invalid.

JSON Source