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,
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
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 Viktor,
Were you able to replicate this issue using version 11.2.20112.2086?
Thanks,
Leeny
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?
Thanks!