[TIMOB-9499] Android: Set orientation resets by itself
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-06-18T14:07:38.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | api, qe-and060112, regression |
Reporter | Tamila Smolich |
Assignee | Hieu Pham |
Created | 2012-06-12T10:34:22.000+0000 |
Updated | 2017-03-10T19:12:05.000+0000 |
Description
Description:
Set orientation resets by itself in 1-2 seconds.
This is regression, does not occur in 2.0.2.
Steps to reproduce:
1. Run KitchenSink
2. Go to Phone - Orientation
3. If you are running app in portrait mode press "SetLandscape", if in landscape - press "SetPortrait"
Expected result:
Orientation should be set and not reset by itself
Actual result:
Orientation is set, but in 1-2 seconds resets by itself
A good test case for timob-9487
How does this duplicate TIMOB-9487?
This bug is caused by the bubbling of events for tabs, the same reason that caused Timob-9487. They may look different, but both came from the same source.
Tested with your PR for 9487. Verified that your PR also fixed this issue.
This issue is fixed on latest master. Closing as duplicate of timob-9487.
Closing ticket as duplicate.