-
15 Nov 2012 12:38 PM #1
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); }
-
15 Nov 2012 12:42 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-7767
in
4.2.0.


Reply With Quote