After upgrading to new 6.x-1.11 lightbox2 produzes an IE error

IE6:
Line: 1181
Error: 'null is Null or no object
(Fehler: 'null' ist Null oder kein Objejkt)

IE7:
same error Line: 1181 char: 3 Code: 0

Its on the page:
http://www.berlin.de/ba-marzahn-hellersdorf/buergerhaushalt/
where some teasers have an image and some does not.
(same error occurs on the detail page too, so its not an views issue, - my drupal is an 6.19 - on firefox its working - standard jquery by drupal jQuery 1.2.6)

Comments

neffets’s picture

Title: lightbox.js line 1181 IE javascript error » lightbox.js not compatible with other frameworks

lightbox is not framework compatible. there where advertising with mootools on the page too.

Lightbox use the "$" function of jQuery instead of the non-conflicting "jQuery"-function

As big portal we have often multiple content on one page, advertising javascripts etc.

Please replace all "$" functions with the non-conflicting but identical "jQuery" function. (Search-and-Replace)

El Bandito’s picture

Hi

Please does anyone have any workarounds for this one ? I too am using mootools framework but in IE, and only IE, I see the same error and the widget I am placing is all screwy.

Thanks

Dave