tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
330 stars 92 forks source link

tinyMCE 5.1.3 and IE 11 isssue #153

Closed angulargeek007 closed 4 years ago

angulargeek007 commented 4 years ago

I am using tinyMCE 5.1.3 (angular6 ) (none cloud version ) within application version, like placing tinymce files, themes under asset folder of angular scaffolding.

In my angular.json I haave configuration as below: "assets" :[ { "glob": "/*", "input": "node_modules/tinymce/skins", "output": "/skins/" }, { "glob": "*/", "input": "node_modules/tinymce/themes", "output": "/themes/" }, { "glob": "/*", "input": "node_modules/tinymce/plugins", "output": "/plugins/" } ] "scripts": [ "node_modules/tinymce/tinymce.min.js" ]

package.json "tinymce": "^5.1.3",

I have similar configuration (atleast 100%) as below plnkr ( component and html wise )

http://plnkr.co/edit/E5Yzk9KT9nSWlPU6i1ZK?p=preview&preview

All well it works in chrome latest version however rich text is not getting visible in IE11. One thing I could see on IE is that it says theme.js not found ( 404 ) error, I am not sure if this is really behind editor not being visible on IE11.

but if someone has similar issue could help me in this ?

angulargeek007 commented 4 years ago

guys any update on this ?

angulargeek007 commented 4 years ago

Guys, if some one there, please help me with this.

jscasca commented 4 years ago

Hi @angulargeek007

Are you using the angular wrapper or do you have your own component wrapping the tinymce editor?

jscasca commented 4 years ago

Closing due to lack of activity