[TIMOB-1263] {animated:false} not being respected on window close
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:48:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | animated, close, window |
Reporter | Thomas Huelbert |
Assignee | Nolan Wright |
Created | 2011-04-15T02:48:03.000+0000 |
Updated | 2017-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});
});
bad state, NAB
Closed as invalid.