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

IE8

5 Answers 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 14 May 2009, 09:24 AM
Ive created a custom CMS system for a website im building and have recently upgraded IE to version 8.  Now when I run the application, I get a runtime error (everything was fine under IE7)

Object doesn't support this property or method  Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ScriptManager1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3a52817a7d%3a67c678a8%3bTelerik.Web.UI%2c+Version%3d2008.3.1125.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3afd794f69-50b6-4e80-a52c-60fb1a05429c%3a393f5085%3a5edc7ae2%3a34f9d57d%3aa9723048%3a9703c1f0%3aa3f85c94%3a819163f9%3af2a57eb7%3a4b6f7e66%3ac6335cbd%3a665c7bcf%3a39249aa4%3a577694e5%3a6dd34527%3a80ec1d93%3ae9e0cae%3bAjaxControlToolkit%2c+Version%3d3.0.20820.16598%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3a707835dd-fa4b-41d1-89e7-6df5d518ffb5%3ae2e86ef9%3a9ea3f0e2%3a9e8e87e9%3a1df13a87%3a9758eba, line 1089 character 1


Can anyone help ? 

5 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 14 May 2009, 09:44 AM
Hello Mark,

I am afraid that this error message is too general. Can you please provide more information (e.g. use a debugger to see which is the object and which is the property/method) or even better, a runnable example?

http://javascript.about.com/od/reference/a/debug.htm

All the best,
Dimo
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.
0
mww
Top achievements
Rank 1
answered on 14 May 2009, 03:44 PM
Telerik.Web.UI.RadFormDecorator._globalReplaceSetters=function(_6){  
var _7=Telerik.Web.UI.RadFormDecorator;  
var _8=_6.__lookupSetter__("checked");  
if(_8){  
_6.__defineSetter__("rfd_checked",_8);  
_6.__defineSetter__("checked",_7._globalInputChecked);  
}  
var _9=_6.__lookupSetter__("disabled"); ///// error happens here !!  
if(_9){  
_6.__defineSetter__("rfd_disabled",_9);  
_6.__defineSetter__("disabled",_7._globalInputDisabled);  
}  
if($telerik.isSafari){  
_6.__defineSetter__("safarichecked",_7._globalInputChecked);  
_6.__defineSetter__("safaridisabled",_7._globalInputDisabled);  
}  
};  
 

the error is

JScript Debugger

Breaking on JScript runtime error - object doesnt support this property or method
0
Georgi Tunev
Telerik team
answered on 15 May 2009, 02:17 PM
Hi mww,

Thank you for the details. Please make sure that you are using Q1 2009 SP1 - we've had such problem in the past as RadFormDecorator was not fully compatible with the official IE8 release. The service pack 1 that we released, fixed that problem.

Best wishes,
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.
0
mww
Top achievements
Rank 1
answered on 15 May 2009, 03:00 PM
would that be version 2009.1 402  ?
0
Georgi Tunev
Telerik team
answered on 15 May 2009, 03:38 PM
Hello mww,

Yes, this is the Q1 2009 SP1 version. If you are using that version and still experience the problem, please open a support ticket and send us a small sample project where it can be reproduced. We will check it right away and do our best to help.


Greetings,
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
General Discussions
Asked by
mww
Top achievements
Rank 1
Answers by
Dimo
Telerik team
mww
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or