| GitHub Issue | n/a |
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2013-09-16T10:13:10.000+0000 |
| Affected Version/s | Release 3.1.3 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | ios7, qe-3.1.3, regression |
| Reporter | Paras Mishra |
| Assignee | Sabil Rahim |
| Created | 2013-09-13T12:14:24.000+0000 |
| Updated | 2017-03-24T18:07:27.000+0000 |
Buttons are not getting displayed with green background.
This is regression. Its working fine on 3.1.2GA SDK build.
Steps to reproduce:
1. Run the app. Titanium.UI.Animation Acceptance TIMOB-7933
titanium_mobile_tests_internal/FeatureTest/Animation/Animation/
Then click TIMOB-7933
Expected:
A new window opens up with a three buttons on green background
Actual:
A blank window appears. No Buttons are displayed with green background.
Screen shots are attached.
If this code is based on the code in TIMOB-7933, then it is invalid. You can no longer add a WindowProxy as a child of a ViewProxy. A WindowProxy is by definition a top level container and can not be a child of a View Proxy. Marking this as invalid. Reopen if the test case is different from that in TIMOB-7933
Closing ticket as invalid with reference to the above comments.