Everything displays properly but no changes are saved on publish/update.
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 );
Also for reference: https://github.com/WordPress/gutenberg/issues/7176
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.
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.