I'm experiencing an issue using the Prometheus RadEditor. If the Editor is a ways down within my document it causes the window to scroll down so that the top (usually just the first row of pixels) of the Editor is within the viewport. The code within my aspx file is very simple and I'm not touching the Editor in the code behind:
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<telerik:RadEditor ID="RichTextEditor" runat="server" OnClientLoad="initEditor"></telerik:RadEditor>
If I remove the OnClientLoad event this still happens.
Please note that I've only seen this happen in Internet Explorer on Windows XP, it is fine in Firefox.
Please help if you can. Thanks.
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<telerik:RadEditor ID="RichTextEditor" runat="server" OnClientLoad="initEditor"></telerik:RadEditor>
If I remove the OnClientLoad event this still happens.
Please note that I've only seen this happen in Internet Explorer on Windows XP, it is fine in Firefox.
Please help if you can. Thanks.
