When using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > the newEnd in eventResize contains wrong value (you should add cellduration to calculate correct value).
Also, when this doctype will be supported. I have to do heavy job to restyle calendar with this doctype in IE8.
The problem is only IE-related with the doctype I specified.
Dmitry
Comment posted by Dan Letecky 16 years ago.
I would guess it happens because the doctype is not exactly is it should be. Other browsers might be able to recognize it but IE falls back to quirks mode.
Please try the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">