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

(Bug?)problem with IDN(Internaltional Domain name) deploy with IE8

1 Answer 28 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
วรวุฒิ
Top achievements
Rank 2
วรวุฒิ asked on 08 Nov 2010, 10:09 AM
This Example site for show how this problem is going on.
http://www.xn--q3cpb7aq3d2cub8b.com/tonman/Default.aspx


This example project so simple code just click that button and show radtooltip if correctly.
But if  try to access above link with IE8 .0.7600 i got js error about.

Message: Access is denied.

URI: http://www.xn--q3cpb7aq3d2cub8b.com/tonman/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3ath%3a1f68db6e-ab92-4c56-8744-13e09bf43565%3aea597d4b%3ab25378d2

this problem is not get with ie8 compatiblility mode and any browser such as firefox chrome safari etc.. 

Web.config is from generate tool.
my Telerik Web UI Version : Telerik.Web.UI, Version=2009.3.1314.35,

 

public partial class Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender, EventArgs e)
    {
  
    }
  
    protected void Button1_Click(object sender, EventArgs e)
    {
        RadToolTip1.Show();
    }
}
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Default" %>
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
      
    <div>
        <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="200px" Width="300px">
  
  
        <telerik:RadToolTip ID="RadToolTip1" runat="server" Height="310px" 
            Skin="Forest" Width="417px" Position="Center">
            Example ToolTip
        </telerik:RadToolTip>
        <br />
        <br />
        <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Button" />
          
        </telerik:RadAjaxPanel>
    </div>
    </form>
</body>
</html>

 

 

 

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 11 Nov 2010, 10:24 AM
Hi Worawut,

We examined the live url and we were able to reproduce the problem. However, we are not sure what is causing it.

Would you please do the following tests:

1) Remove RadToolTip and test again. If the issue persists, the problem is not in the tooltip. Otherwise you can test whether executing some script from the server goes without a problem or you get the same error. If any script from the server reproduces the error, the problem is not directly related to RadControls but to the way scripts are registered and executed in such case and you should search for help for this general case.

2) Continue replacing and removing RadControls with counterparts - use update panel and ScriptManager instead. Test without any AJAX, etc.

In case you succeed to isolate the exact reason for the issue through the suggested tests but you need further assistance, let us know what are the results of the tests and we will see what else we can suggest.

Kind regards,
Svetlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
วรวุฒิ
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Share this question
or