[ALOY-1728] Alloy compiler failed using TabbedBar/ButtonBar with SDK 9.0.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Tooling |
Labels | 9.0.0, alloy, buttonbar |
Reporter | Lorenzo Piccinini |
Assignee | Unknown |
Created | 2020-03-31T08:55:03.000+0000 |
Updated | 2020-12-09T13:01:10.000+0000 |
Description
The problem is incapsulation inside views. If I remove or put it out of the views all works fine.
<Alloy>
<ItemTemplate id="buttonBar" class="buttonBar" name="buttonBar">
<View id="bindBase" bindId="bindBase">
<View id="viewBase">
<ImageView id="bindIcon" bindId="bindIcon" />
</View>
<View id="viewBase2">
<Label id="bindLabel" bindId="bindLabel"></Label>
<TabbedBar platform="ios" id="bindTabbedBar" bindId="bindTabbedBar">
<Labels>
<Label title="aaa" />
<Label title ="bbb" />
</Labels>
</TabbedBar>
</View>
</View>
</ItemTemplate>
</Alloy>
Attachments
File | Date | Size |
---|---|---|
Bildschirmfoto 2020-12-09 um 11.39.00.png | 2020-12-09T13:00:45.000+0000 | 46806 |