Hybrid View

    Success! Looks like we've fixed this one. According to our records the fix was applied for EXTJSIV-8269 in 4.1.4.
  1. #1
    Ext JS Premium Member martin.dufka's Avatar
    Join Date
    Jan 2011
    Location
    Czech Republic
    Posts
    2
    Vote Rating
    0
    martin.dufka is on a distinguished road

      0  

    Default 4.1.4 nightly builds IE6+ Ext not defined

    4.1.4 nightly builds IE6+ Ext not defined


    REQUIRED INFORMATIONExt version tested:
    • Ext 4.1.4 nightly builds
    Browser versions tested against:
    • IE6+
    Description:
    • On page load "Ext not defined" - error cause of extra comma in Ext.chart.series.Radar.js
    The result that was expected:
    • Functional pages
    The result that occurs instead:
    • Ext not defined
    HELPFUL INFORMATION
    Debugging already done:
    • yes
    Possible fix:
    • remove extra comma from 'Ext.chart.series.Radar'
    Code:
        getAxesForXAndYFields: function() {
            var me = this,
                chart = me.chart,
                axes = chart.axes,
                axis = [].concat(axes && axes.get(0));
    
    
            return {
                yAxis: axis, // this is the reason of errors on loading ext-all(-debug).js
            };
        }

    Operating System:
    • all

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,581
    Vote Rating
    433
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Thanks for the report! I have opened a bug in our bug tracker.