HtmlEditorExtender is breaking my application position by the code bellow. Some woraround can be made?
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Can you please provide more information what you are trying to do? Also It will help a lot if you can provide sample code for the issue. This will help us to troubleshoot and fix the issue.
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Can you please provide more information what you are trying to do? Also It will help a lot if you can provide sample code for the issue. This will help us to troubleshoot and fix the issue.