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: We have a page with a HtmlEditorExtender. On the same page is an UpdatePanel with a listbox and a button. The HtmlEditorExtender is outside the UpdatePanel. When I click the button in the updatepanel the htmleditor forces focus to itself. This happens in file // Name: HtmlEditorExtender.HtmlEditorExtenderBehavior.debug.js // Assembly: AjaxControlToolkit // Version: 4.1.51116.0 // FileVersion: 4.1.51116 In the code _editableDiv_submit: function () { var char = 3; var sel = null; this._editableDiv.focus(); Please fix this FAST!
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: We have a page with a HtmlEditorExtender. On the same page is an UpdatePanel with a listbox and a button. The HtmlEditorExtender is outside the UpdatePanel. When I click the button in the updatepanel the htmleditor forces focus to itself. This happens in file // Name: HtmlEditorExtender.HtmlEditorExtenderBehavior.debug.js // Assembly: AjaxControlToolkit // Version: 4.1.51116.0 // FileVersion: 4.1.51116 In the code _editableDiv_submit: function () { var char = 3; var sel = null; this._editableDiv.focus(); Please fix this FAST!