Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
We are currently working on better IE11 support for TinyMCE. This should be part of the next release (version 7.17.0).
The Tiny MCE editor does not work great with ie11. When I write text in on page edit I keep loosing focus every time i autosaves.
I think it is related with this error:
SCRIPT5007: Unable to get property 'createRange' of undefined or null reference
File: tiny_mce_src.js, Line: 1883, Column: 5
Here is the code line: rng = editor.getDoc().selection.createRange();
After quick googling I found that selection is no longer supported.
Is there a fix or update for this?