IE does not render the light box when event date is not the multiple of time interval defined in the configuration.but it works fine FireFox.
I have
scheduler.config.time_step=5;
scheduler.config.xml_date=“%Y-%m-%d %H:%i”;
but If some event has start or end date as 2010-05-31 20:34:00.000. it wont open up the light box because 34 is not multiple of 5.
Please have look @ it.
