Solid form editor tinymce
Following the identification of bugs in the solid-form-richtext
widget (on solid-job-board), investigations were conducted to create an alternative mixin using the WYSIWYG editor tinyMCE : editorMixin.js (solid-form-editor
widget).
The editor mixin converts values from HTML to markdown and vice versa (richtext mixin uses Quill editor and delta format to convert values).
related issue : #799
Edited by Ghost User
Merge request reports
Activity
Filter activity
@balessan the two problems I encounter are :
- the last uncommented test: cypress does not detect that the content is equal to the value passed in the test
- when solid-form-editor receive a value from the data-src to be integrated in the iframe, cypress doesn't display it (which works outside cypress).
assigned to @balessan
mentioned in issue #799