Success! Looks like we've fixed this one. According to our records the fix was applied for EXTJSIV-7767 in 4.2.0.
  1. #1
    Ext JS Premium Member SebTardif's Avatar
    Join Date
    Feb 2011
    Location
    Cambridge, MA
    Posts
    282
    Vote Rating
    5
    SebTardif is on a distinguished road

      0  

    Default Ext.calendar.view.AbstractCalendar.js has wrong if statement, dayOverClass is undefin

    Ext.calendar.view.AbstractCalendar.js has wrong if statement, dayOverClass is undefin


    dayOverClass is undefined then the body of the if still execute.

    Code:
      if (!rel || dt != relDate) {
           var el = this.getDayEl(dt);
           if (el && this.dayOverClass != '') {
                  el[type == 'over' ? 'addCls': 'removeCls'](this.dayOverClass);
           }

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    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 mitchellsimoens has much to be proud of

      0  

    Default


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