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

RadScriptManager and Firefox

2 Answers 44 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 07 Mar 2012, 12:46 AM
Hello, I am having an issue with the RadScriptManager in Firefox. I'm trying to do a __doPostBack. And it is not working in Firefox. It works in every other browser but not FF. I noticed that the code generated from the script manager is not including the language=JavaScript param. Is this the issue. And if so how do I get the RadScriptManager to write that param.

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 09 Mar 2012, 11:29 AM
Hi Jon,

This is not an issue, the default scripting language is JavaScript so there is no need to explicitly state it. Please  paste here a page sample that reproduces the problem and we will take a look.

Greetings,
Genady Sergeev
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.
0
Jon
Top achievements
Rank 1
answered on 09 Mar 2012, 06:44 PM
Yeah, I'm a dork. My lack of Javascript knowledge led me tto hinking it was a __doPostBack error. Problem was a variable called "arguments" throws Firefox into a javascript black hole and it never even gets to the __doPostBack.

Lesson learned ... DO NOT use a varaible in javascript called "arguments". Just not a good thing to do.

Thanks for the reply though.
Tags
ScriptManager and StyleSheetManager
Asked by
Jon
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Jon
Top achievements
Rank 1
Share this question
or