froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.28k stars 671 forks source link

Froala stripping tags out of HTML #4313

Open travch opened 3 years ago

travch commented 3 years ago
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

AkshayCM commented 2 years ago

Thank you for your feedback. The request has been reported to the product management team for evaluation and consideration for an upcoming release.

lucasschirm commented 1 year ago

Hi @AkshayCM, do you know if there`s any plan to fix this issue?