GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-11-02T12:41:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.3.0, 2013 Sprint 22 |
Components | n/a |
Labels | Alloy, NavigationWindow, Tab, qe-port |
Reporter | Thomas Neerup |
Assignee | Tony Lukasavage |
Created | 2013-09-19T06:47:01.000+0000 |
Updated | 2014-06-22T13:21:01.000+0000 |
It is not possible to add a NavigationWindow as a child to a Tab in Alloy 1.2.2
Steps to Reproduce
1 Create a new Alloy mobile project
2 Put the attached index.xml in the views folder
3 Run the project
Actual Result
Build fails with:
[ERROR] : Invalid Tab child 'Ti.UI.iOS.NavigationWindow'
[ERROR] : Tab must have only one child element, which must be a Window
[ERROR] : Alloy compiler failed
Expected Result
Compile with no errors.
This was resolved as part of ALOY-846 and will be available in Alloy 1.3.0.
Verified fixed and working as expected. TiSDK 3.2.0.v20131204220843 CLI 3.2.0-beta Alloy 1.3.0-beta iPad mini 7.0 Closing.