Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35760, comment 12


Ignore:
Timestamp:
04/07/2017 11:00:47 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35760, comment 12

    initial v1  
    44- It is aware of `wp_editor()` and won't output the same editor parts twice.
    55
    6 Tried loading from JS "on demand", but that can be quite slow (typically more than 3 sec.). After tinymce.js is loaded it starts to initialize, then has to load the css and maybe additional js, then it finishes initializing. So it takes "double load" time.
     6Tried loading from JS "on demand", but that can be quite slow (typically more than 3 sec.). After tinymce.js is loaded it starts to initialize, then has to load the css and maybe additional js, then it finishes initializing. So it takes "double load" time. Also appending another (bigger) stylesheet after the page has finished loading is quite undesirable as it forces the browser to "reflow" everything.