Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link creation not functioning in IE11 #11

Open
vierkantemeter opened this issue May 20, 2014 · 2 comments
Open

Link creation not functioning in IE11 #11

vierkantemeter opened this issue May 20, 2014 · 2 comments

Comments

@vierkantemeter
Copy link

This problem still exists. This problem is not MODX-related because I have seen many other non-MODX users who are having this problem too. Check out this screencast I've made so you can see what's going on in Internet Explorer 11: https://www.youtube.com/watch?v=Pck1DxFMk20&feature=youtu.be

I guess the solution is to upgrade TinyMCE to the latest version. Demo TinyMCE editor on tinymce.com is working fine on IE11. I'd love to fix this, but I don't have the skills.

This bug is also posted on the old TinyMCE github page: splittingred/TinyMCE#103

@vierkantemeter
Copy link
Author

I just found a temporary fix for this.
Open manager/templates/default/header.tpl and add to the head-section of the document:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" />

This way IE10 will be emulated and the insert link function works again.

@vierkantemeter
Copy link
Author

Another problem when inserting a link to a file in IE11 (Windows 8.1). Pop-up loses CSS and is not functioning anymore. See screencast:
https://www.youtube.com/watch?v=3jbt3CJCq-o

Is there any info about an update of TinyMCE for MODX?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant