plone / mockup

A collection of client side patterns for faster and easier web development
http://plone.github.io/mockup/
BSD 3-Clause "New" or "Revised" License
49 stars 96 forks source link

`pat-tinymce` save value on 'change' event to fix validation #1391

Closed petschki closed 2 months ago

petschki commented 3 months ago

fixes #1390

1letter commented 3 months ago

i can test it tomorrow, sorry forthe delay

petschki commented 3 months ago

TinyMCE fires its change event when you leave the editor (blur) see https://www.tiny.cloud/docs/tinymce/latest/events/

I'll change the eventhandler call next week as suggested.

petschki commented 3 months ago

I'm using the patternslib event utils now. I also tested this in overlays. Mosaic uses Tiny in the options overlay ... need this regularly 😉