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: Still causing trouble in my webpage... I observe that it is more problematic when you use UpdatePanels. How so? The editor makes a focus and not go back where the scroll position was before....
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Still causing trouble in my webpage... I observe that it is more problematic when you use UpdatePanels. How so? The editor makes a focus and not go back where the scroll position was before....