wysiwyg-editor icon indicating copy to clipboard operation
wysiwyg-editor copied to clipboard

onModelChange is not called always

Open mansuu opened this issue 4 years ago • 3 comments

Expected behavior.

If i enter some some text in editor then remove it using back space, I enter same text again and remove. Every time on text changes handleModelChange should be called(I am using it for my react app)

Actual behavior.

i enter some some text in editor then remove it using back space, I enter same text again and remove. handleModelChange is not being called for the second time

Steps to reproduce the problem.

enter some some text in editor then remove it using back space, enter same text again and remove( sometimes you may need to repeat this step 1 or 2 more times)

Editor version.

version-3.2.2

OS.

Mac

Browser.

chrome-85.0.4183.121

Recording.

(A recording showing how to reproduce the problem)

mansuu avatar Sep 30 '20 06:09 mansuu

yes, Its happen to me also. not calling once re-initiate.

ko06 avatar Oct 26 '20 15:10 ko06

This is annoying as I'm trying to build a grammar checker on top of Froala. Anyone?

moore-donald avatar Jan 07 '22 07:01 moore-donald

We're now randomly having this issue as well, is this going to be addressed or is there some other prop that needs to be called?

jordanhudgens avatar Jul 14 '22 23:07 jordanhudgens