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?
Any other suggesstions?
Thanks!
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.
Hi Viktor,
I can consistently replicate this issue with version 11.2.20112.2086.
Could you please let me know if there anyways to get around with this?
Were you able to replicate this issue using version 11.2.20112.2086?
Thanks,
Leeny
Hello Leeny,
for a similar situation we found out that it is a IE focussing problem. A client side 'blur()' on the control in question before focussing the control again helped out.
Hi,
Thank you for report.
There were already few reports related to that.
That happened, because IE11 dropped support for its old (private) selection model, which was used by WebTextEditor. That issue has been fixed by checking for IE11 and using standard selection model (Firefox, Chrome, etc,)
Updates will be available in service releases.
This issue has resurfaced with IE 11. If I set IE 11 to emulate 10 or lower, it works properly. If I set compatibility mode for my domain then the menus no longer display as IE's default compatibility mode is IE 7