The problem is that the ValueChanged fires without an actual change in the Editor content - just click in it. I reproduce this issue in the following scenario:
Reproduction: https://blazorrepl.telerik.com/wfaxnvPv19jUCGhd15.
Hi Ricardo,
On initial load and user interaction, the Editor parses and validates the HTML value against the component schema and ProseMirror engine algorithms. This ensures correct component operation and cannot be avoided. If there is a need for adjustments, the Editor makes them and fires the ValueChanged event to notify the app. If the Editor Value is not modified outside the component, this behavior should occur only once. Afterwards, the DOM structure will be correct and not require automatic changes.
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hello,
Is this issue considered permanently closed? Will it ever be fixed?
Thank you