[wp-trac] [WordPress Trac] #46147: Fix TinyMCE wpviews when running from /build
WordPress Trac
noreply at wordpress.org
Wed Jan 30 11:47:32 UTC 2019
#46147: Fix TinyMCE wpviews when running from /build
--------------------------+---------------------
Reporter: azaozz | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.1
Component: TinyMCE | Version: 5.0
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+---------------------
Comment (by azaozz):
Happens because all TinyMCE plugins are concatenated together with
tinymce.min.js, and the resulting wp-tinymce.js is loaded too early,
before other scripts on `edit-form-blocks.php`. So `window.wp` doesn't
exist yet when the plugins scripts run.
Patch coming up.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46147#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list