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.
Edit
Environment - VS 2008 .Net framework 3.5
The reason we upgraded to version 11.2 was to get the Load-on-demand working for WebDataTree when there are throusands of tree nodes.
Were you able to resolve this issue with the text reversing? Can we be of any other assistance?
Hi,
The implementation of WebTextEditor is exactly the same in all versions, so, they should work same way. I also can not recall any similar report. Maybe it is related to custom logic in your application.Can you provide more information about right-to-left state? Like browser, example of exact keyboard press-actions, etc.It would be great if you create a test aspx, which can be used to reproduce that. You may zip it and attach within options, or if codes are short, then paste those codes within description.Note: if codes come from Visual Studio editor, then it is better to remove formatting by pasting codes into notepad or similar editor and copy them again from there.