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: Note that this behavior ocours even if do not use postback (UpdatePanel async post-back)
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Note that this behavior ocours even if do not use postback (UpdatePanel async post-back)