[TIMOB-15082] iOS7: Opening window through tab.open(window,{animated:true}) with animation property true,Animation does not work properly.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2013-09-09T21:56:33.000+0000 |
| Affected Version/s | Release 3.1.3 |
| Fix Version/s | 2013 Sprint 19, 2013 Sprint 19 API |
| Components | iOS |
| Labels | io7, qe-3.1.3 |
| Reporter | Paras Mishra |
| Assignee | Sabil Rahim |
| Created | 2013-09-09T10:44:32.000+0000 |
| Updated | 2017-03-03T22:01:32.000+0000 |
Description
Opening window through Titanium.UI.Tab.open( Titanium.UI.Window window, Object options ) with animation option true, animation does not work properly.
window is opened in home.js as "win.tab.open(testwin,{animated:true});" in the APP
https://github.com/appcelerator/titanium_mobile_tests_internal/tree/master/FeatureTest/Orientation/TIMOB-11010.
Steps to reproduce:
1. Run the app https://github.com/appcelerator/titanium_mobile_tests_internal/tree/master/FeatureTest/Orientation/TIMOB-11010.
2. Click on 'Open test window'.
Expected:
Window should be opened with animation.
Actual:
Animation does not work properly.
Closing as invalid.