Hello,
I have three ultratexteditors in my screen with AlwaysinEditMode=true and spell checker functionality = AsYouType, also logic to apply auto-corrects. My issues are:
1. My users are experiencing problems when the cursor suddendly dissapears of the ultratexteditor. It doesn't happen all the time but I have seen it, the cursor just dissapears, but if they click somewhere else on the form and they click back in the ultratexteditor then the cursor appears again.
2. We're also experiencing the text to be shaking when they type, is this because of the spell checker?
I tried setting TextRenderingMode=GDI with no luck. I have also tried to set the Cursor property of the textboxes to Default when an spell error occurs which minimized problem #1, but the problem still occurs.
Any help would be appreciated.