Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext User
    Join Date
    Nov 2009
    Posts
    26
    Vote Rating
    0
    dr1811 is on a distinguished road

      0  

    Default [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. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,191
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Thanks, this will be fixed in version 1.0.0.6.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,191
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    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