Friday, 27 September 2013

TinyMCE 4 not showing toolbar icons in IE9 (any mode)

TinyMCE 4 not showing toolbar icons in IE9 (any mode)

TinyMCE has this easy to use code, but I cannot see the toolbar icons in
IE9 (the imgs don't load it seems).
<html>
<head><!-- CDN hosted by Cachefly -->
<script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
<script> tinymce.init({selector:'textarea'});</script>
</head>
<body>
<textarea>Your content here.</textarea>
</body>
</html>
I've seen this similar post (tinymce icons in internet explorer), but the
advice made no difference for me.
I've tried putting the browser in different modes, nothing worked. The
only time I saw it work in IE was inside the EditPlus embedded browser,
but I don't know exactly what that is.
Works nicely in Chrome.
EDIT- does work in IE when the file is loaded directly, eg.
C:\inetpub\wwwroot\tiny.html
Thanks.

No comments:

Post a Comment