Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 12, 2009 07:51
open dhtmlx forum
double calendra crash IE7

hello, i've just found this issue
when calling tje constructor like this

var mCal = new dhtmlxDblCalendarObject('calContainer', true, {
isYearEditable: true,
isMonthEditable: true
});

IE Crashes

but when setting the second parameters to false

var mCal = new dhtmlxDblCalendarObject('calContainer', false, {
isYearEditable: true,
isMonthEditable: true
});

everything works fine.

John
Answer posted by Support on Mar 12, 2009 09:24
Problem fixed. Please replace your dhtmlxcalendar.js with attached one.
Attachments (1)