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

Refreshing multiple textareas seems slow.

Open Owizardo opened this issue 9 years ago • 1 comments

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?

Owizardo avatar Sep 29 '16 01:09 Owizardo

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

eokoneyo avatar Oct 14 '16 11:10 eokoneyo