[TIMOB-16118] iOS: NavigationWindow navigation bar does not animate correctly when closing context
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Seth Benjamin |
Assignee | Unknown |
Created | 2013-12-23T18:25:42.000+0000 |
Updated | 2018-02-28T20:03:19.000+0000 |
Description
When pulling from the left-most side of a navigation window or closing a context (navigation window child) the navigation bar disappears immeidately due to
setupWindowDecorations
in TiUIWindowProxy.
L932 is the culprit here, animated is effectively set to NO while it should be YES.
Making this change fixes the issue.
Thanks for suggesting the fix. It is much appreciated. It would speed up the process if you can provide us a test case that reproduces the problem and it would help us to evaluate the suggested fix.
We have not been able to reproduce this issue with iOS 7.0.3 and Titanium 3.2.0.GA SDK. Can you please take a look at the code below and let us know how your use case differs from the code below? We need a simple test case to troubleshoot this issue further.
Test Environment
Mac OSX 10.8.5, Titanium SDK 3.2.0 GA Titanium CLI 3.2.0 iOS Simulator 7.0.3Test Code
Sorry for the delayed response. You can see the issue by making *win2* have the *navBarHidden* prop set to *true*. Everything else can remain the same. For brevity here is the updated test-case:
Moving this ticket to engineering as we can reproduce the issue with navBarHidden property set to true.
Issue reproduces on both SDK version 3.2.0 and 3.4.0 (Unreleased) Titanium Command-Line Interface, CLI version 3.3.0, Titanium SDK version 3.4.0.GA Titanium SDK version 3.2.0.GA iOS SDK: 7.1 iOS iPhone: 7.1