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
65
SpellChecker Undo button currupting text in UltraTextEditor
posted

I am having an issue with the SpellChecker when using the Undo button.  When the SpellChecker Dialog is displayed and the user clicks the "Change" button and then clicks the "Undo" button, the text in the UltraTextEditor associated to the SpellChecker is corrupted.  All of the /n (newline) and other escape sequences are displayed as Extended Aschii characters.  Obviouslly this removes all formatting from the UltraTextEditor and I am left with a long string.  This only happens when using the "Undo" button.  I have looked for a SpellChecker event I could capture to see what is going on but the documentation for the SpellChecker is not helping.