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
let's say we have this text <p><strong>Text</strong></p> then we disable <strong> button in config, when editing again, CKeditor will automatically fix it to <p>Text</p> and remove the <strong> everywhere, in this case, the "Save" button does not save because it detects no change...
I would either try to see in CKeditor if it is possible to use something else than editor.checkDirty() to detect changes or simply remove this check, if the user wants to save, then let him save.
What do you think?
Thank you!
Gauthier
The text was updated successfully, but these errors were encountered:
Hi @gotcha
let's say we have this text
<p><strong>Text</strong></p>
then we disable<strong>
button in config, when editing again, CKeditor will automatically fix it to<p>Text</p>
and remove the<strong>
everywhere, in this case, the "Save" button does not save because it detects no change...I would either try to see in CKeditor if it is possible to use something else than
editor.checkDirty()
to detect changes or simply remove this check, if the user wants to save, then let him save.What do you think?
Thank you!
Gauthier
The text was updated successfully, but these errors were encountered: