Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

Issue with plugins and bootstrap modal #42

Open Romgua opened 6 years ago

Romgua commented 6 years ago

Hi,

I add a tinymce RTE on a modal. If i click on a button which open a new window like "Source code" or "Insert/edit link" button, I can't edit input inside this new window.

I found a "solution" which it consist on "display: none" the modal when the plugin's window are open and "display: inline" again when I valid or cancel. But this is not really a proper solution.

Thanks.