0.1: Classic Editor plugin breaks Gutenberg JS metabox rendering
-
Activating Classic Editor causes wp-admin to somehow render twice, garbling the display. See screenshot:
https://screenshots.firefox.com/OoEUPcAQaU7H9A5V/uprecords.org
How to reproduce:
1. Install a plugin that creates new metaboxes – I’ve used Pods for example
2. Extend “Post” post type with whatever single field
3. Load a post in Gutenberg, you should see the editor break as displayed on screenshotThere are JS errors on console, highly likely causing the breakage
TypeError: $.fn.select2 is undefined – jquery.js:8725:27
TypeError: t.form is null – index.js:21:25672
TypeError: b is not a constructor – jquery.js:33:25229
TypeError: wrap is undefined – wp-auth-check.js:101:41
TypeError: wrap is undefined – jquery.js:101:41
TypeError: wrap is undefined – wp-auth-check.js:101:41
TypeError: wrap is undefined – jquery.js:101:41
TypeError: wrap is undefined – wp-auth-check.js:101:41
TypeError: wrap is undefined – jquery.js:101:41
TypeError: a is undefined – jquery.js:28:8926
TypeError: wrap is undefined – wp-auth-check.js:101:41
…
- The topic ‘0.1: Classic Editor plugin breaks Gutenberg JS metabox rendering’ is closed to new replies.