Ledzz / angular2-tinymce

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

Not working in modal #39

Open anil1712 opened 6 years ago

anil1712 commented 6 years ago

Hi,

I was trying to show RTE in modal popup but its not showing anythings.

FYI: I am using modal component from here https://vmware.github.io/clarity/documentation/modals

Romgua commented 6 years ago

Hi,

Have you import assets of tinymce ?

Maybe it's because you add some plugins no imported. This link help me at the beginning : https://github.com/Ledzz/angular2-tinymce/issues/10

anil1712 commented 6 years ago

Yeah, Its working fine without modal.

SirWojtek commented 6 years ago

Same for me: I've configured editor and it works fine but when I placed it inside modal it's not shown. I am using ngx-bootstrap modal.

vasaru commented 6 years ago

In the same boat as you. Did anyone find a solution to this?

SirWojtek commented 6 years ago

It's sad to say it but this bug forced me to change an HTML editor library :disappointed:

anil1712 commented 6 years ago

@SirWojtek which library are you using?

ps06756 commented 6 years ago

Hi, I am also facing the same issue. Did someone find the solution to this problem ?

SirWojtek commented 6 years ago

@anil1712 Right now, I'm using https://github.com/monad98/ng2-lazy-trumbowyg. It's not perfect but at least is working in modals.