[AC-2095] On 3.0.0 tabGroup.activeTab.close errors
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-02-07T21:28:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | tabgroup |
Reporter | James Shrager |
Assignee | Shak Hossain |
Created | 2013-02-07T17:08:49.000+0000 |
Updated | 2016-03-08T07:41:04.000+0000 |
Description
When using tabGroup.activeTab.open, you get the native slide in behaviour for the new window.
However, when calling tabGroup.activeTab.close you do not get the slide out behaviour for the old window, it just closes the old window.
This has started in 3.0.0 since updated.
Would you mind providing a test case that shows this error? From here I can confirm that this is indeed a bug and report to engineering. Thank you.
Hi James, We have not heard back from you since you posted the issue. Not sure if this is still throwing error in your app. If so, please send us a test case so that we can take next necessary step to fix. If we don't hear back, we will assume the issue is no longer valid and close it.
Hello, We tested this issue with the test code below. We can’t reproduce this issue in Ti SDK 3.1.3GA. Please install the latest SDK and test your app. If you continue to get error, please send us a test case with steps to reproduce. We will mark this a "can't reproduce" but feel free to open new issues as you need. We appreciate your reports.
Testing Environment:
Ti CLI 3.3.0 Titanium SDK: 3.1.3 and later iOS -Simulator -iPhone Retina 3.5 inch/iOS 7.0.0Test Code
Thanks