angular-ui / ui-tinymce

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

TinyMCE not all textareas when using ng-repeat. #289

Closed theonemule closed 7 years ago

theonemule commented 7 years ago

I've run into an issue with TinyMCE on using it in an ng-repeat.

When my application starts, it loads some data from a service. The ng-repeat is bound to an array from the service. When it runs, some of the textareas aren't rendered while others are. There does not seem to be a pattern, as I can't consistently make it do the same behavior on the same textareas every time the app runs. Notice the last two textareas in the screenshot....

image

However if I add items to an array one at a time using something like a button, it works without a problem.

deeg commented 7 years ago

Going to close this issue as it is a support question. Feel free to continue discussion and we can help if there is enough information and time.

A plunker with a live demonstration of the issue would be helpful.

rsmith-sonovate commented 7 years ago

I think this may be a bug. I had a very similar issue using the latest version (0.0.17), I solved it be reverting to 0.0.15

sreekamalesh123 commented 6 years ago

I am using tinyMCE 4.7.5. I am unable to resolve this issue. Can anyone suggest me some solution?