verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Can't save in editor slideout #73

Closed adrienpicard closed 3 years ago

adrienpicard commented 3 years ago

Description Edits in the new editor slideout won't save if there's a Vizy field with Blocks inside it (console log). Saving the same entry with text-only seems to work.

Additional info

engram-design commented 3 years ago

Looks like I can replicate this, and it's due to how the delta updates work for the slide-out menu. We actually override the delta updates for Vizy fields when editing an entry (because it's not useful for the Vizy field), but there's different behaviour here. Looking into it.

engram-design commented 3 years ago

Should be fixed in the next release of Craft

adrienpicard commented 3 years ago

Ok great thanks @engram-design! I'll report back.

Somewhat related but I also noticed the "fixed" toolbar behaviour is broken in the slideout.

engram-design commented 3 years ago

@adrienpicard Yep, should be fixed in the latest craft-3 branch for Vizy.

adrienpicard commented 3 years ago

@engram-design amazing, cheers!

engram-design commented 3 years ago

Fixed in 1.0.7 and Craft 3.7.12