angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 370 forks source link

"ui-tinymce" not render properly in ngDialog #141

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello,

"ui-tinymce" editor got displayed easily and nicely on main screen/view, but not in ngDialog. I see no error Chrome console. I placed some debug point in both plugin but saw nothing suspicious.

I have tried to fix it myself but no luck.

https://github.com/likeastore/ngDialog

rolandocc commented 9 years ago

Hi @phuyem , maybe you are suffering the same issue I am, I am using google material's tab component (https://material.angularjs.org/latest/#/ ) , there is some weird behavior where the directive loads before I setup a value to uiTinymceConfig, in my environment I have to load assets from a different url by setting the baseUrl property, however it doesnt work since during loading the object uiTinymceConfig is coming undefined. Maybe is not your exact issue but the fact that the directive is loaded somehow in a different way than usual ( main screen ) is causing some problems.

ghost commented 9 years ago

Hi rolandocc .

I wish I could have created a plunker but I am so bad at using that one...

As for the issue, I thought the same. However, I got a workaround by replacing ngDialog by bootstrap-ui-modal. (ngDialog is not responsive anyway). I hope you can fix your issue

deeg commented 9 years ago

Please update issue with a Plunker or Fiddle reproducing the issue.

deeg commented 9 years ago

Closing due to inactivity and no Plunker. Please ask any questions you may have using the angular-ui-tinymce tag on StackOverflow.

If you have any bugs please create a Plunker reproducing and open a new issue.