I have just started noticing this after upgrading to version 11.2.20112.2086. Sometimes, when text is being entered into a WebTextEditor, the textbox appears to be in right-to-left mode and text appears in reverse.
Environment - VS 2008 .Net framework 2.5
I would appreciate it if someone could assist with this.
Hi Vi
Hi csggroup,
Last time I tried my best to experiment with sample and I do not know what to suggest else.
Maybe that issue is related to old version of NetAdvantage, because I tested dll which was built from latest source codes.
If you have dll, which was not upgraded to latest service release, then please try upgrade. You also give me exact version of your dll, I can try to find its ~ date and get from tfs files for that date in order to build debug dll.
Any other suggesstions?
Thanks!
Hi Viktor,
Thanks for the reply. I tried playing around with the options you suggested and also tried setting focus etc. I still have the issue with the text editor.
Any other ideas or suggestions?
Are there any known IE8 compatibility issues?
Thank you for a sample. I created IIS web site with those codes, installed Virtual Machine with XP and IE8 and tested that sample.
I indeed was able to reproduce that strange behavior with caret in editor in about 1 attempts from 10-20.
If mouse is clicked outside of editor and then clicked back into editor, then editing works correctly.I noticed that failure happened only, when before start editing, caret jumped at the beginning of text. Click at the end of text or start typing-in sends caret to the very end of text, and it stays there regardless of other mouse clicks of keyboard entries. Entered characters go in front of text.
I tried to replace WebTextEditor by asp:TextBox. It also had strange failure with same probability: field could not be edited at all.
I was not able to find out (debug) why that ocasional failure happened.
The best I can suggest, is to experiment with focus/selection properties of WebTextEditor. For example:
<ig:WebTextEditor FocusOnInitialization="true" SelectionOnFocus="SelectAll" id="uxCompanyNameField" runat="server" width="430px" height="20" />