WYSIWYG field seems broken when Gutenberg is enabled

Support General WYSIWYG field seems broken when Gutenberg is enabled

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9175

    The WYSIWYG field seems to be broken when I have the Gutenberg plugin enabled. I can add and save content to the field in text mode (i.e. write raw HTML code). However, when I switch to the "Visual" tab, the contents of the field are completely blank and I am unable to add anything to the field.

    Here is the field code that I am using:

    array(
      'name'    => 'News footer',
      'id'      => 'footer',
      'type'    => 'wysiwyg',
      'options' => array(
        'media_buttons' => false,
        'textarea_rows' => 5
      )
    ),
    

    When I switch to the editor's "Visual" tab, the following errors appear in the console:

    
    GET http://guwordpress.docksal/wp-content/plugins/gutenberg/vendor/skins/lightgray/skin.min.css?wp-mce-4607-20180123-tadv-4.6.7 net::ERR_ABORTED
    GET http://guwordpress.docksal/wp-content/plugins/gutenberg/vendor/skins/lightgray/content.min.css?wp-mce-4607-20180123-tadv-4.6.7 net::ERR_ABORTED
    
    #9177
    Anh TranAnh Tran
    Keymaster

    Hi,

    This is a known bug of Gutenberg. The development team is working on fixing this bug. You can see the progress here:

    https://github.com/WordPress/gutenberg/issues/3302

    I covered this issue in this blog post:

    https://metabox.io/meta-box-is-compatible-with-gutenberg/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘WYSIWYG field seems broken when Gutenberg is enabled’ is closed to new replies.