Active
Project:
Views carousel
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2010 at 11:54 UTC
Updated:
3 Nov 2010 at 02:42 UTC
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
Comment #1
stella commentedI 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:
Comment #2
perlgal commentedI 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
Comment #3
perlgal commentedI have the error with version 6.x-2.x.-dev
Comment #4
stella commentedMy 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
Comment #5
perlgal commentedThank 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.