Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1263] {animated:false} not being respected on window close

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:48:03.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsanimated, close, window
ReporterThomas Huelbert
AssigneeNolan Wright
Created2011-04-15T02:48:03.000+0000
Updated2017-03-02T19:15:19.000+0000

Description

see in kitchensink:
1.Base UI> Window (Standalone)
2.Tap "open tab w/o animation" and from the resulting window tap "Close w/o animation"

results: window slides out (animation)

the following does not seem to be respected:

b.addEventListener('click',function()

    {
        w.close({animated:false});
    });

Comments

  1. Thomas Huelbert 2011-04-15

    bad state, NAB

  2. Lee Morris 2017-03-02

    Closed as invalid.

JSON Source