Hi,
We are facing an issue in WebHTMLEditor in IE 11.
Whatever text we enter in WebHTMLEditor is getting lost on every postback.(WebHTMLEditor is getting blank.)However i have gone through many post (Infragistics community portal) which have the same issues .But the solution provided there, did not solve my problem.
Note: As suggested in some post that the issue is fixed in v13.2 . We are using v13.2.20132.1003, and still we are facing the same issue.
I am unable to read the text using html ditor's Text property (only in IE11)
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thank you Hristo for your quick response.My issue was solved with placing the HTML Editor in different update panel .Previously what i was doing, is trying to update a update panel which consists of some TextBox and HTML Editor both on a button click.The update is only to update some text boxes(not reqiured for HTML editor) .As the same update panel contains HTML editor, it was trying to update the HTML editor( this is not required to update) and making the text of the HTML editor empty .Therefore when i placed two separate update panel for Text boxes control and HTML Editor each, the problem got fixed.
This is what my understanding about the issue.
Hello Braja,
I was not able to reproduce this behavior using v13.2.20132.1003. I will highly appreciate if you could provide your code or sample so that I will be able to investigate this issue for you.