-
2 Apr 2010 5:07 AM #1
[FIXED-86] Box Component xtype wrong
[FIXED-86] Box Component xtype wrong
1. Add Viewport
2. Add BoxComponent
3. Preview, Blank Preview
4. Export project
5. Run Project
6. FB error = types[config.xtype || defaultType] is not a constructor
BoxComponent generated Json:
{
"xtype": "boxcomponent",
"height": 500,
"width": 300,
"tpl": ""
}
7. Modify Json from export to "xtype":"box"
8. Re-run project - results displayed correctly.
9. Version - 1.0.0.5
-
2 Apr 2010 11:17 AM #2
Thanks, this will be fixed in version 1.0.0.6.
Aaron Conran
@aconran
Sencha Architect Development Team
-
2 Apr 2010 6:14 PM #3
xds-1.0.0.6 has been pushed out. Please relaunch your application to upgrade to the latest build.
Aaron Conran
@aconran
Sencha Architect Development Team
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote