I am using TinyMCE load via AJAX but on the same domain, same protocol (https), and it works fine on any other Browser. I feel like IE thinks I’m crossing domains although I’m certainly not.
The project is hosted at Media Temple (gs), it was working fine on my (dv) and doesn’t seem to work since I transferred, activated the SSL, etc…
Edit : I’m using the latest version of TinyMCE (3.5b2).
Edit 2 : My guess is :
The problem isn’t from TinyMCE itself since the same exact script works on our own intranet (with any browser, IE included.) I think the browser thinks we are “cross-domaining” although we are not. My guess would be a htaccess problem or something related to root folders…
Edit 3 : Do not use document.domain = “domain.com” on your JS if you are not cross-domaining.
Problem solved.
Do not use
on your JS header if you are not cross-domaining. It seemed to have solved all my issues.