You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One solution could be that the editor saves structures attributed with contendeditable="false" from being cleaned up/changed. Please @froala, could you consider this?
Expected behavior.
Froala can be initialized with html that is not subjected to cleaning / modification - it remains identical to the string passed.
Actual behavior.
Froala modifies html even with such options as
htmlUntouched: true
.Steps to reproduce the problem.
initialize the editor with
<tr><td>hello</td></tr>
and then view the html. Minimal fiddle showing the issue: https://jsfiddle.net/tjc0090/kdawvq3c/4/I should note this also happens if
<tr><td>hello</td></tr>
is entered in the code view and the user toggles back to normal view.Editor version.
froala-editor: 4.0.4
react-froala-wysiwyg: 4.0.4,
OS.
macOS Catalina 10.15.7
Browser.
Chrome 92.0.4515.131
The text was updated successfully, but these errors were encountered: