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: Superexpert, its simple: every time a page with HtmlEditorExtender is going to postback, the behavior of the component is to force focus in himself. This behavior is breaking my window position. That why the customer does not want to use this component anymore... thanks a lot
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Superexpert, its simple: every time a page with HtmlEditorExtender is going to postback, the behavior of the component is to force focus in himself. This behavior is breaking my window position. That why the customer does not want to use this component anymore... thanks a lot