[TIMOB-9629] iOS: Orientation:Closing newly opened window in app changes the landscape orientation to portrait.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-06-22T11:44:35.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, qe-ios060112 |
Reporter | Shyam Bhadauria |
Assignee | Neeraj Gupta |
Created | 2012-06-19T04:46:25.000+0000 |
Updated | 2017-03-09T23:32:39.000+0000 |
Description
This is not a regression.It exists as far as 1.8.2.
Steps to reproduce
1) Keeping the device in portrait mode -> Navigate to KitchenSink:Phone:Orientation
2) Press 'set landscape' button
3) Press 'Open a window' button
4) Press 'Close' button
Expected result
1) Orientation app should be displayed in portrait mode with 1 label and 5 buttons
2) App should be displayed in landscape mode.
3) A new window should get opened with 'vibrate' and 'close' button
4) New window should be closed and earlier window should be displayed in landscape mode.
Actual result
1) Orientation app is displayed in portrait mode with 1 label and 5 buttons
2) App is displayed in landscape mode
3) A new window gets opened with 'vibrate' and 'close' button
4) App gets oriented to portait mode.
Related to Ti.UI.orientation property. Deprecated since 1.7.2. Will not fix
Closing ticket as invalid.