[ALOY-531] Alloy: add TabGroup inside SplitWindow is not working
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-14T21:34:39.000+0000 |
Affected Version/s | Alloy 0.3.1 |
Fix Version/s | Alloy 1.1.0, 2013 Sprint 06 |
Components | XML |
Labels | n/a |
Reporter | Carter Lathrop |
Assignee | Tony Lukasavage |
Created | 2013-02-20T23:44:55.000+0000 |
Updated | 2013-05-14T17:19:17.000+0000 |
Description
Steps to Reproduce
I just tried to add tabGroup inside SplitWindow but it doesnt seems to be working, just because TabGroup cannot be child of master/detailed window.Actual Result
I see blank viewExpected Result
Expect TabGroup to be child of master/detailed window of splitView.Test Case
<Alloy>
<!-- iPad -->
<SplitWindow id="index" formFactor="tablet" platform="ios">
<Window>
<TabGroup>
<!-- Explicit Window declaration -->
<Tab id="tab1">
<Window id="win1">
<Label>Label 1</Label>
<Label>Label 2</Label>
<Label platform="ios">Label 3</Label>
<Label>Label 4</Label>
<Label>Label 5</Label>
</Window>
</Tab>
</TabGroup>
</Window>
<Window>
<NavigationGroup id="navgroup">
<Require src="detail" id="detail"/>
</NavigationGroup>
</Window>
</SplitWindow>
</Alloy>
Attachments
File | Date | Size |
---|---|---|
.log | 2013-02-20T23:44:57.000+0000 | 753274 |
diagnostic1523076668199639099.log | 2013-02-20T23:45:05.000+0000 | 1233 |