timmkd
20 Jul 2017, 12:06 AM
Appear to have found a bug using container card layouts when trying to make the activeItem to an id.
Even when using the code from the documentation:
<Container layout="card" activeItem="step-2">
<Container itemId="step-1"/>
<Container itemId="step-2"/>
<Container itemId="step-3"/>
</Container>
I get the error
Uncaught Error: [Ext.createByAlias] Unrecognized alias: widget.step-2
at Ext.Inventory.instantiateByAlias
Even when using the code from the documentation:
<Container layout="card" activeItem="step-2">
<Container itemId="step-1"/>
<Container itemId="step-2"/>
<Container itemId="step-3"/>
</Container>
I get the error
Uncaught Error: [Ext.createByAlias] Unrecognized alias: widget.step-2
at Ext.Inventory.instantiateByAlias