[TIMOB-9628] iOS: Orientation:Landscape to portrait transition for second time is not taking place
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-06-22T11:43:33.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:17:13.000+0000 |
Updated | 2017-03-09T23:32:34.000+0000 |
Description
This is not a regression.It exists as far as 1.8.2
Scenario 1
Steps to reproduce
1) Keeping the device in portrait mode -> Navigate to KitchenSink:Phone:Orientation
2) Press 'set landscape' button
3) Press 'set portrait' button
4) Press 'set landscape' button
5) Press 'set portrait' 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) App should be displayed in portrait mode
4) App should be displayed in landscape mode
5) App should be displayed in portrait mode
Actual result
1) Orientation app is displayed with 1 label and 5 buttons
2) App is displayed in landscape mode
3) App is displayed in portrait mode
4) App is displayed in landscape mode
5) App remains in landscape mode
Pressing 'Reset orientation' takes app to portrait mode and the above complete cycle could be repeated.
Scenario 2
Steps to reproduce
1) Keeping the device in landscape mode -> Navigate to KitchenSink:Phone:Orientation
2) Press 'set portrait' button
3) Press 'set landscape' button
4) Press 'set portrait' button
Expected result
1) Orientation app should be displayed in landscape mode with 1 label and 5 buttons
2) App should be displayed in portrait mode
3) App should be displayed in landscape mode
4) App should be displayed in portrait mode
Actual result
1) Orientation app is displayed in landscape mode with 1 label and 5 buttons
2) App is displayed in portrait mode
3) App is displayed in landscape mode
4) App remains in landscape mode
Pressing 'Reset orientation' and then pressing 'set portrait' takes app to portrait mode.
Related to Ti.UI.orientation property. Deprecated since 1.7.2. Will not fix
Closing ticket as invalid.