This is a migrated thread and some comments may be shown as answers.

JS error when dragging RadWindow

1 Answer 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
kiwo
Top achievements
Rank 1
kiwo asked on 27 Jul 2009, 05:32 PM
I get a JS error (this._resizeType is null) on attempt to drag the RadWindow, when following conditions are met:
1. It's the Firefox browser (3.0 on my machine)
2. There is a Microsoft map script on the page

The error is somewhere in getCurrentStyle(_a0,"cursor"); call, more specifically - _2a=_27.currentStyle[_28].
I've attached the very simple example to illustrate the problem.

Would you come up with some sort of workaround?
Thanks!!!

<%@ Page Language="C#" AutoEventWireup="true" %> 
 
<%@ Import Namespace="Telerik.Web.UI" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"
<head> 
  <script type="text/javascript" src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6"></script> 
</head> 
<body> 
  <form id="form1" runat="server"
  <telerik:RadScriptManager ID="ScriptManager" runat="server" EnablePageMethods="true" 
    LoadScriptsBeforeUI="false" ScriptMode="Release" EnableHandlerDetection="false" 
    OutputCompression="Disabled" EnableScriptCombine="true"
  </telerik:RadScriptManager> 
  <telerik:RadWindowManager ID="WindowManager" runat="server" Skin="Black"
    <Windows> 
      <telerik:RadWindow ID="FW" runat="server" Top="100px" Left="600px" Title="Test window" 
        Width="256px" Height="720px" Visible="true" NavigateUrl="http://www.google.com/" 
        VisibleOnPageLoad="true"
      </telerik:RadWindow> 
    </Windows> 
  </telerik:RadWindowManager> 
  </form> 
</body> 
</html> 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 30 Jul 2009, 07:19 AM
Hello kiwo,

Thank you for bringing this problem to our attention. We need some more time to investigate the reason for it and once we are ready with a solution, I will post back here.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
kiwo
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or