Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Spell checker dialog, UNDO does not change the text in the editor
posted

Hello

I have used an UltraTextEditor and UltraSpellChecker, which is assigned as a spellchecker to the UltraTextEditor.

on a button click following code is called.

 UltraSpellChecker1.ShowSpellCheck(UltraTextEditor1)

In the dialog, if I change a spelling, it gets changed in the UltraTextEditor,  But UNDO does not change it back in the Editor. Though I can see the change undone inside the dialog box text.

How to fix this?

Plus, now the text inside the editor and Spell Check dialog is different, subsequent clicking on Change and undo corrupts the whole text.

Please give me a solution

Thank you.