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();
Ps. See the "AceofSpades25" and "mronnlun" for the workaround.
Comments: I have the same issue with a HtmlEditorExtender inside a TabContainer that contains an pudate panel where the textbox is. I tried mronnlun's solution but it doesnt seem to go inside your function. I don't know if i put it in the wrong place. I put it juste before the textbox code and after the AjaxToolScript call. Is there anything I should add in the HTML Extender code or the textbox or the AjaxToolScript? Here is what my extender looks like : <act:HtmlEditorExtender ID="htmlEditorExtender" TargetControlID="tbDemandeMedecin" runat="server" > <Toolbar> <act:Bold /> <act:Italic /> <act:Underline /> <act:HorizontalSeparator /> <act:Cut /> <act:Copy /> <act:Paste /> <act:HorizontalSeparator /> <act:Undo /> <act:Redo /> <act:HorizontalSeparator /> <act:JustifyLeft /> <act:JustifyCenter /> <act:JustifyRight /> </Toolbar> </act:HtmlEditorExtender>
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Ps. See the "AceofSpades25" and "mronnlun" for the workaround.
Comments: I have the same issue with a HtmlEditorExtender inside a TabContainer that contains an pudate panel where the textbox is. I tried mronnlun's solution but it doesnt seem to go inside your function. I don't know if i put it in the wrong place. I put it juste before the textbox code and after the AjaxToolScript call. Is there anything I should add in the HTML Extender code or the textbox or the AjaxToolScript? Here is what my extender looks like : <act:HtmlEditorExtender ID="htmlEditorExtender" TargetControlID="tbDemandeMedecin" runat="server" > <Toolbar> <act:Bold /> <act:Italic /> <act:Underline /> <act:HorizontalSeparator /> <act:Cut /> <act:Copy /> <act:Paste /> <act:HorizontalSeparator /> <act:Undo /> <act:Redo /> <act:HorizontalSeparator /> <act:JustifyLeft /> <act:JustifyCenter /> <act:JustifyRight /> </Toolbar> </act:HtmlEditorExtender>