tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.01k stars 202 forks source link

It takes about a second to load, so the textarea is visible for a bit longer than in TinyMCE #384

Open sonsu95 opened 1 year ago

sonsu95 commented 1 year ago

What is the current behavior?

I first imported and used TinyMCE in Quasar

Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar.

The repository I cloned from the official documentation shows the same slow loading time.

What is the expected behavior?

The textarea should not be displayed and TinyMCE should be displayed immediately.

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or tinymce-vue?

 "@tinymce/tinymce-vue": "^5.1.0",
 "tinymce": "^6.4.2",

&&

quasar, webpack

&&

Latest version of Chrome browser

&&

using Windows11


I think the same issue existed before, but it still doesn't seem to be resolved, is this something that can be fixed? https://github.com/tinymce/tinymce-vue/issues/219

TinyITAdmin commented 1 year ago

Ref: INT-3190