angular-ui / ui-tinymce

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

Refreshing multiple textareas seems slow. #291

Open Owizardo opened 7 years ago

Owizardo commented 7 years ago

Hello,

I got a small issue, I got a bootstrap modal form that contains about 10+ textareas. When I open my modal formthe tinymce loads but I cant type anything into it. So I implemented a workaround. Im using the following code unpon opening my modal:

$scope.$broadcast('$tinymce:refresh');

This works but when i open my modal it takes about 2-3 seconds before its able to reload all my 10+ textareas. Since I have my form divided into multiple tabs, im wondering if theres a way to load textareas sequentially so that textareas in the first tab load first and when completed to load the rest?

eokoneyo commented 7 years ago

@Owizardo I have this same problem... please can you expatiate on your workaround, till the issue is resolved