or
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="TextBox_autor_nazwisko"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="Panel1" LoadingPanelID="RadAjaxLoadingPanel1" /> <telerik:AjaxUpdatedControl ControlID="RadNotification1" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings></telerik:RadAjaxManager><div class="stdText stdBackground">this would have the standard text and text background colours applied</div>I am using the Ajax Rad Menu from Q3 2010 in Visual Studio 2010 on Windows 2008 Enterprise Server
This error happens in my development environment on Windows 7 and in production on Windows 2008 Server
Put the Rad Menu into your project and configure it to look something like this:
<telerik:RadMenu ID="RadMenu1" Skin="Windows7" EnableEmbeddedSkins="False" OnClientItemClicking="myClickFunction" runat="server"> <ExpandAnimation Type="InOutQuad"></ExpandAnimation> </telerik:RadMenu>
Sys.UI.DomEvent=function(e){var a=e,b=this.tyle=a.type.toLowerCase();this.rawEvent=a;this.altKey=a.altKey;where b=this.tyle=a.type.toLowerCase() is hghlighted in yellow showing the statement that failed
Go ahead and click the Continue button on the error dialog until the error clears and passes execution on to the browser. Now refresh your browser by hitting F5. Pass your mouse over the menus and the error no longer happens.
Can anyone tell me why this might be happening?
Ralph