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: Thanks "AceofSpades25" But the heart of the matter is: why the "focus" if its working without it?
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Thanks "AceofSpades25" But the heart of the matter is: why the "focus" if its working without it?