My Dime Is Up
Member
Hi everyone,
Making a form submission addon and having problems with a field inside my addon. WYSIWYG has problems when submitting images and ocasionally emojis. Here is the error that appears in the console on firefox "InvalidNodeTypeError: The supplied node is incorrect or has an incorrect ancestor for this operation." and "Failed to execute 'setStartAfter' on 'Range': the given Node has no parent" on Chrome. What does this mean? Posted below is the code used to render the WYSIWYG editor inside my template.
WYSIWYG works fine in other situations like posting threads except my template
Making a form submission addon and having problems with a field inside my addon. WYSIWYG has problems when submitting images and ocasionally emojis. Here is the error that appears in the console on firefox "InvalidNodeTypeError: The supplied node is incorrect or has an incorrect ancestor for this operation." and "Failed to execute 'setStartAfter' on 'Range': the given Node has no parent" on Chrome. What does this mean? Posted below is the code used to render the WYSIWYG editor inside my template.
Code:
<xf:editorrow
name="response[{$fieldID}]"
rowclass="formRow--noColon"
label="{$field.title}"
hint="{{$field.required ? '<i>Required</i>' : ''}}">
WYSIWYG works fine in other situations like posting threads except my template
Last edited: