Wehave been using the DayPilot Calendar for a few months now and we have three customers that have reported seeing an "Operation Aborted" error in IE.After searching the internet and this forum, I have found some information about this error and that it is a javascript error in IE only (support.microsoft.com/default.aspx/kb/927917). Since IE7 just throws the Operation Aborted error, it makes it extremly difficult to debug. I found a post that said the new IE8 beta version handles this error and allows you to debug the underlying javascript error.
We downloaded the IE8 beta and were able to find the javascript error on our customers site. The error is in the Calendar.js file. The section of code is "if($0n.rows.length>0)". There are no rows and IE8 displays a javascript error. The error is "HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)" After finding this error we used IE8 to see if we got the error on the Demo and IE8 shows the javascript error there as well. IE7 only randomly shows the Operation Aborted error, but IE8 shows the underlying javascript error each time.
I tried to see if there was a way to modify the calendar javascript to avoid this error, but was unable to find a solution. We need to find a solution to this as soon as possible since we have three customers in production with this problem. If you need any additional information let me know.
Thanks, Sean