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
Ah I just realized there is a text:changed event that fires every time there is a modification (insertChars(), removeChars()). Perhaps this could be switched to object:modified to maintain consistency?
Regardless, I think I am just going to bind to the editing:exited event and check if text has changed for my application, as the changed event is a too verbose.
I just realized that the itext never dispatches an object:modified event when the text is altered. What would be an appropriate place to fix this?
Currently, I am thinking of putting it inside exitEditing() (itext_behavior.mixin.js). Any other suggestions?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: