ui-tinymce icon indicating copy to clipboard operation
ui-tinymce copied to clipboard

tinyInstance is null

Open ghost opened this issue 10 years ago • 4 comments

it needs 4 calls to become available...
capture

ghost avatar Oct 26 '15 19:10 ghost

Can you please add a plunker reproducing the problem so we can look into fixing it?

deeg avatar Oct 26 '15 21:10 deeg

You can use this plunker as a template to create your own.

deeg avatar Oct 27 '15 17:10 deeg

Just add console.log(tinyInstance); at line 178, you will see

ghost avatar Oct 28 '15 04:10 ghost

I believe this may also be related to the issue I am seeing where the readonly status (ng-disabled) is not correctly being set. In ensureInstance, tinymce.get() does not return the instance.

richcocks avatar Jan 12 '16 13:01 richcocks