In FF,Safari and Chrome everything works fine but with IE the page loads fine but when IE7/8 tries to load the next image then IE fails with: (This is testede on Windows XP and 7)

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; MAAU; .NET4.0C; AskTB5.6)
Timestamp: Tue, 21 Sep 2010 11:41:39 UTC

Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
URI: http://www.openeconcept.dk/

Comments

stella’s picture

I have the same issue. Tested on IE7 and IE8. Using the new IE8 developer tools I narrowed it down to one particular line which also gives the following error in Firefox:

Error: D.easing[this.options.easing || (D.easing.swing ? "swing" : "linear")] is not a function
Source file: http://example.com/misc/jquery.js?R
Line: 13
perlgal’s picture

I have the same issue with IE7
Error: D.easing[this.options.easing || (D.easing.swing ? "swing" : "linear")] is not a function
Source File: http://abc.com/misc/jquery.js?D
Line: 13

perlgal’s picture

Version: 6.x-1.0 » 6.x-2.x-dev

I have the error with version 6.x-2.x.-dev

stella’s picture

My problem went away when I either disabled the ddblock module or configured ddblock to use 'linear'. Seems like they need different versions of the easing.js

perlgal’s picture

Thank you for replying. Yes disabling the ddblock made the problem go away.

My problem went away when I updated the easing javascript file in the ddblock module. The ddblock and views carousel have problems when used on same page.