TinyMCE problem on IE9

I am using an old version of TinyMCE and it has a lot of changes. His work works fine on IE6,7,8, FF, Chrome, but not on IE9. When I click on any button, nothing happens. Currently, I can’t update because I have a lot of changes made to the current one. When I click on the button or on the content, I received this message:

SCRIPT438: object does not support property or method 'parentElement'

Can someone tell me the cause of the error and how can I solve it without updating the editor? Many thanks!

+7
source share
2 answers

The new version of tinymce works fine with IE9. Old versions of tinymce do not! The fighter works with older browsers, or you will need to update your tinment. Where did you make the changes? Best practice is to implement changes and additional features using the tinymce native plugin. This makes it easy to upgrade to later versions.

+5
source

Update your tinyMCE and get tiny_mce_gzip.js and tiny_mce_gzip.php from the "Compressor 2.0.4 PHP" package downloaded from the tinyMCE website.

+1
source

All Articles