Pods: WYSIWYG/TinyMCE does not save using the Gutenberg editor

Created on 13 Nov 2018  Â·  7Comments  Â·  Source: pods-framework/pods

Everything displays properly but no changes are saved on publish/update.

Other Compatibility Focus PR > QA pending Bug

Most helpful comment

Good news, I'll be testing a bunch of scenarios myself. We're determined to iron out all the basic compat issues with Gb in 2.7.10.

All 7 comments

Yep, I've noticed this in the wild.

I'm using this workaround to make WYSIWYG fields save correctly when using Gutenberg:

wp.data.subscribe( tinyMCE.triggerSave );

I'm using this workaround to make WYSIWYG fields save correctly when using Gutenberg:

wp.data.subscribe( tinyMCE.triggerSave );

You may want to test that this doesn't muck things up if any of your TinyMCE instances have the "text" tab selected.

Thanks for the heads up - I tried it and didn't notice any problems, text & markup seem to save just fine whether text or visual mode is active.

Good news, I'll be testing a bunch of scenarios myself. We're determined to iron out all the basic compat issues with Gb in 2.7.10.

There is a fix on the Gutenberg side that hopefully results in this issue evaporating without any action needed. Fingers crossed.

Was this page helpful?
0 / 5 - 0 ratings