TinyMCE and Internet Explorer 11
TinyMCE and Internet Explorer 11
Has anyone else had problems with TinyMCE and Internet Explorer 11?
I have a problem that when trying to link to an exterior URL, or even a local document, the Insert/Edit Link dialog box will not "hold" a URL (i.e. after you type or paste it in, as soon as you press the Insert button, it disappears and the link is not established.
This doesn't happen in IE 10+, and doesn't happen with any other browser that I know of.
Anybody having that problem, and if so, is there a fix? If not, do we have to wait for another version of TinyMCE to use it in CMSMS?
I have a problem that when trying to link to an exterior URL, or even a local document, the Insert/Edit Link dialog box will not "hold" a URL (i.e. after you type or paste it in, as soon as you press the Insert button, it disappears and the link is not established.
This doesn't happen in IE 10+, and doesn't happen with any other browser that I know of.
Anybody having that problem, and if so, is there a fix? If not, do we have to wait for another version of TinyMCE to use it in CMSMS?
Re: TinyMCE and Internet Explorer 11
Does Firefox or Chrome/Safari have the same problem..?
Re: TinyMCE and Internet Explorer 11
No problems in Firefox or Safari that I know of.
Re: TinyMCE and Internet Explorer 11
Confirm: IE11 will not 'hold' the links.
F12 -> Emulation -> Mode -> Document mode: 10 makes it work. However don't know if that's the way to go.
F12 -> Emulation -> Mode -> Document mode: 10 makes it work. However don't know if that's the way to go.
Re: TinyMCE and Internet Explorer 11
Sorry to say at this point it might be best to use the IE10 mode or a different browser, not so sure any Devs have IE11 and IE support has always been spotty at best...
Re: TinyMCE and Internet Explorer 11
I've read elsewhere (outside of cmsms) that TinyMCE 3.5.11 fixes some IE11 issues. Any chance that this upgrade will soon make it to CMSMS?
I understand if not, but just seems unfortunate to have to warn clients NOT to use the latest version of IE.
I understand if not, but just seems unfortunate to have to warn clients NOT to use the latest version of IE.
Re: TinyMCE and Internet Explorer 11
I have same Problems with ie11 and TinyMCE
2.9.12 (which is the latest Version offered in the Forge).
No links can be set in ie.
TinyMCE 3.x is not available.
Thanx 4 solution
map_1961
2.9.12 (which is the latest Version offered in the Forge).
No links can be set in ie.
TinyMCE 3.x is not available.
Thanx 4 solution
map_1961
Re: TinyMCE and Internet Explorer 11
Think you misunderstood something.map_1961 wrote:
TinyMCE 3.x is not available.
TinyMCE module is NOT TinyMCE.
Module make it only possible to use the TinyMCE WYSIWYG Editor from TinyMCE.com.
And the suggestion means to replace tinymce folder inside module folder (/jscript/tinymce) with TinyMCE 3.x from TinyMCE.com.
Re: TinyMCE and Internet Explorer 11
Thx Chandra.
But i believe it's better to stay with the modules offered by cmsms forge in order not to get other trouble when installing a module from other sources.
Thx
map_1061
But i believe it's better to stay with the modules offered by cmsms forge in order not to get other trouble when installing a module from other sources.
Thx
map_1061
Re: TinyMCE and Internet Explorer 11
hmmm. Thx. I'll try 2 get it work...
map_1961
map_1961
- paulbaker
- Dev Team Member
- Posts: 1465
- Joined: Sat Apr 18, 2009 10:09 pm
- Location: Maidenhead, UK
- Contact:
Re: TinyMCE and Internet Explorer 11
A client is having this very problem. I will suggest velden's emulation solution for now.
It looks like the TinyMCE guys know about this issue and they fixed it in TinyMCE 3.5.9:
http://tracker.modx.com/issues/10273
However the TinyMCE CMSMS Module (currently at version 2.9.12) contains TinyMCE 3.5.8.
Latest version of TinyMCE (3.x) is 3.5.10:
http://www.tinymce.com/download/download.php
So the proper solution, I think, is to wait for the TinyMCE CMSMS Module to be updated with a later TinyMCE.
[edit...]
In fact there is a bug already open for this:
http://dev.cmsmadesimple.org/bug/view/9719
It looks like the TinyMCE guys know about this issue and they fixed it in TinyMCE 3.5.9:
http://tracker.modx.com/issues/10273
However the TinyMCE CMSMS Module (currently at version 2.9.12) contains TinyMCE 3.5.8.
Latest version of TinyMCE (3.x) is 3.5.10:
http://www.tinymce.com/download/download.php
So the proper solution, I think, is to wait for the TinyMCE CMSMS Module to be updated with a later TinyMCE.
[edit...]
In fact there is a bug already open for this:
http://dev.cmsmadesimple.org/bug/view/9719
- paulbaker
- Dev Team Member
- Posts: 1465
- Joined: Sat Apr 18, 2009 10:09 pm
- Location: Maidenhead, UK
- Contact:
Re: TinyMCE and Internet Explorer 11
Another client has now come across this problem. As the months go by it's going to become more and more of an issue. 

Re: TinyMCE and Internet Explorer 11
a short term fix might be to mod the header template for the cms and force it to render as ie10 using the X-UA-Compatible meta tag? you could maybe duplicate the theme and apply this to "stay safe"
http://webdesign.about.com/od/metatagli ... ta-tag.htm
I'm not sure if this is still supported by ie11 but maybe worth a try?
http://webdesign.about.com/od/metatagli ... ta-tag.htm
I'm not sure if this is still supported by ie11 but maybe worth a try?
Re: TinyMCE and Internet Explorer 11
it looks like you could also set this via htaccess / server config for the admin folder if you really don't wanna mess with admin templates - hopefully, that helps!
http://stackoverflow.com/questions/1544 ... ttp-header
http://stackoverflow.com/questions/1544 ... ttp-header
- paulbaker
- Dev Team Member
- Posts: 1465
- Joined: Sat Apr 18, 2009 10:09 pm
- Location: Maidenhead, UK
- Contact:
Re: TinyMCE and Internet Explorer 11
Thanks for the suggestions zaidcrowe. I already gave client velden's workaround but will keep your idea in mind for next time.