<%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
CodeBehind="Default.aspx.vb" Inherits="Test_Radeditor._Default" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<
asp:Content
ID
=
"HeaderContent"
runat
=
"server"
ContentPlaceHolderID
=
"HeadContent"
>
</
asp:Content
>
<
asp:Content
ID
=
"BodyContent"
runat
=
"server"
ContentPlaceHolderID
=
"MainContent"
>
<
h2
>
Welcome to ASP.NET!
</
h2
>
<
p
>
To learn more about ASP.NET visit <
a
href
=
"http://www.asp.net"
title
=
"ASP.NET Website"
>www.asp.net</
a
>.
</
p
>
<
p
>
<
telerik:RadScriptManager
ID
=
"radScriptManager"
runat
=
"server"
></
telerik:RadScriptManager
>
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
>
<
AjaxSettings
>
<
Telerik:AjaxSetting
AjaxControlID
=
"RadAjaxManager1"
>
<
UpdatedControls
>
<
Telerik:AjaxUpdatedControl
ControlID
=
"RadAjaxManager1"
LoadingPanelID
=
"RadAjaxautosavepanel"
/>
</
UpdatedControls
>
</
Telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
<
telerik:RadAjaxPanel
ID
=
"radAjaxPanel1"
runat
=
"server"
>
<
asp:Label
ID
=
"lblTime"
Text
=
"Not Autosaved yet"
runat
=
"server"
></
asp:Label
>
<
asp:Timer
ID
=
"timerAutoSave"
runat
=
"server"
Enabled
=
"True"
/><
br
/><
br
/>
<
asp:Button
ID
=
"btnsave"
runat
=
"server"
Width
=
"15"
Text
=
"save"
/><
br
/><
br
/>
</
telerik:RadAjaxPanel
>
<
Telerik:RadEditor
ID
=
"radEdit1"
runat
=
"server"
EditModes
=
"Design, Html"
NewLineBr
=
"False"
ForeColor
=
"Black"
>
</
Telerik:RadEditor
>
</
p
>
<
p
>
</
p
>
<
p
>
title
=
"MSDN ASP.NET Docs"
>documentation on ASP.NET at MSDN</
a
>.
</
p
>
<
telerik:RadScriptBlock
ID
=
"rsb"
runat
=
"server"
>
<
script
type
=
"text/javascript"
language
=
"javascript"
>
function display() {
}
</
script
>
</
telerik:RadScriptBlock
>
</
asp:Content
>
Hi Rumen,
Here is my default.aspx page in which i have the radeditor control and the timercontrol ajaxified.
So when i debug it on my local using IE9, the scroll bar in the radeditor control did not scroll to the
top when it auto saves which is good(having pasted some text in the control to have that scorll bar come
up first).But when i hit the compatibility mode on IE9 and repeat the above step, after it auto saves,
the scrollbar moves to the top.
I looked into that forum you referred me, i tried adding meta tag and stuff but it did not work.
So, is it something you guys are working on this fix or is there any fix.
If you cannot reproduce the issue on your side, please let me know i will send you the sln file or the video.