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

telerik:RadButton SingleClick="true" iN IE9 and IE 10

1 Answer 38 Views
Button
This is a migrated thread and some comments may be shown as answers.
ghd258 ghd258
Top achievements
Rank 1
ghd258 ghd258 asked on 03 Apr 2013, 08:56 AM
2013.1.326.40
网页错误详细信息

用户代理: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Zune 4.7; InfoPath.2)
时间戳: Wed, 3 Apr 2013 08:55:29 UTC


消息: 缺少标识符、字符串或数字
行: 8553
字符: 3
代码: 0
URI: http://localhost/hsw.xa.ui2012/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.7.123%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3azh-CN%3a44981e4a-f654-4c69-b806-cb922fc13d56%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2013.1.326.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3azh-CN%3ad7573cf1-71be-426b-a92a-40c020043c05%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3af46195d3%3a2003d0b8%3a1e771326%3aaa288e2d%3ae524c98b%3a7165f74%3a58366029%3a874f8ea2%3a19620875%3a39040b5c

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 04 Apr 2013, 04:28 PM
Hello,

The unexpected behavior you have reported is not known to us. Nevertheless, I have tried to reproduce it but to no avail. You can watch a short video with the test here, and then notify me if I am missing something with the test. The code I have used for the test is as follow:

ASPX:
<telerik:RadButton ID="RadButton1" runat="server" Text="Click" SingleClick="true"
    OnClick="OnClick1">
</telerik:RadButton>
C#:
protected void OnClick1(object sender, EventArgs e)
{
    System.Threading.Thread.Sleep(1000);
}

Could you please try to amend the above code, so that the issue is reproduced, and then tell us what changes you have made, so that we can proceed with the investigation further? You can also open a support ticket and send us a fully runnable sample with reproduction steps of the issue, if that is more convenient to you.

Could you also confirm the version of RadControls as well as the browsers and their version under which you are having the unexpected behavior? Could you also provide more information about the reproduction steps of the issue?

Regards,
Danail Vasilev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Button
Asked by
ghd258 ghd258
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or