We have an application that needs to support IE8 (unfortunately); here are some specs:
- Ruby 1.8.7
- Rails 3.1.11
- tinymce-rails gem, v4.0.12
When tinymce loads, the font that is needed to display the toolbar icons fails to load in IE8. It just shows the boxes that indicate that the font is not loaded.
If enter the URL directly to the font file (.woff or .eot), somthing like:
https://mysite.com/assets/tinymce/skins/lightgray/fonts/tinymce.eot
IE shows the download dialog box with "0% of tinymce.eot..." and then an alert box that says
"Internet Explorer cannot download tinymce.eot from mysite.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later."
The odd thing is that we first encountered this on our QA server, and we concluded that the issue was that the secure certificate there was self-signed so IE would not download the font. When we first pushed this app to production (with a valid certificate), i swear i saw these icons showing properly and therefore assumed that the font was loading ok. But sometime in the last week (without a change that i know of to the app or the infrastructure), the icons/font are no longer loading.
I have been searching and digging (on this site and on the interwebs) and not been able to nail down a helpful troubleshooting step or fix. Any help or guidance would be much appreciated!