angular-ui / ui-tinymce

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

dialog boxes and error dialog do not appear correctly. #196

Closed psarda closed 8 years ago

psarda commented 8 years ago

I am using the ui-tinymce with ui-bootstrap. The dialog boxes and error-dialog which are launched by tinymce editor are not appearing well formatted.

codepen: http://codepen.io/ParagSarda/pen/WQqoVr?editors=100

deeg commented 8 years ago

This library does not supply any CSS files. This is just meant to be an angular wrapper around the TinyMCE library.

The issues you are facing are CSS based and should be fixed by isolating the rules which is messing things up, and overwriting those rules for the TinyMCE case.

The example you have doesn't load, it looks like TinyMCE updated its website and in turn list of hosted plugins and not all the ones the demo supplies is there. Removing everything but image makes it work and the dialog boxes seem fine to be.

Going to close this ticket as not an issue with this library, if you have any other reproducible bugs, please feel free to open another issue.

psarda commented 8 years ago

Thanks @deeg for explanation.