You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the meta box area, if we use a custom field that renders an old editor via wp_editor(), then that editor is broken. I understand that Gutenberg removes all the instances of TinyMCE, but the core PHP function wp_editor() should work as expected.
The TinyMCE editor is quite important for users. They need more "areas" to enter extra content, not just in the main editor, which can be outputted in different locations in the frontend.
Steps to Reproduce (for bugs)
I tested with my plugin Meta Box, but I guess it happens with any code that uses wp_editor().
To reproduce the bug, please install the Meta Box plugin. Then put the following code into functions.php of the active theme:
Issue Overview
In the meta box area, if we use a custom field that renders an old editor via
wp_editor()
, then that editor is broken. I understand that Gutenberg removes all the instances of TinyMCE, but the core PHP functionwp_editor()
should work as expected.The TinyMCE editor is quite important for users. They need more "areas" to enter extra content, not just in the main editor, which can be outputted in different locations in the frontend.
Steps to Reproduce (for bugs)
I tested with my plugin Meta Box, but I guess it happens with any code that uses
wp_editor()
.To reproduce the bug, please install the Meta Box plugin. Then put the following code into
functions.php
of the active theme:Then go to add a new post and see how it works.
Any solution is appreciated! Thanks for your time and hard work!
The text was updated successfully, but these errors were encountered: