Object doesn't support this property or method
I have come across an issue when using the TinyMCE jQuery plugin and v1.4.2 of jQuery.min.js
Under Internet Explorer (v7 and v8), you get an error message when a page is first loaded using Tiny MCE -
'Object doesn't support this property or method'.
The highlighted code is:
a=b.XMLHttpRequest?new XMLHttpRequest():d("Microsoft.XMLHTTP")||d("Msxml2.XMLHTTP");
This does not happen under Firefox or Opera browsers, but even more oddly is the fact that this error goes away if you refresh the page.