Quote Originally Posted by ShutYourPieHole View Post
Chances are you are actually throwing Javascript errors, if you check your error console, as I'm experiencing the same behavior after uninstalling 1.4 and installing 1.5.

I'm seeing the following errors in the console:
Code:
$.element is not a function in zen_lightbox_mootools_custom.js
This occurs on page load. When clicking the actual image, I receive the following:
Code:
Hash.each is not a function in zen_lightbox_mootools_custom.js
I'm not sure if this is something residual from my previous install (which I had to eliminate due to the IE 7 error), or something is misconfigured on my new install.
I've got problem with this too: $.element is not a function in zen_lightbox_mootools_custom.js

The problem started after I've activated a TinyMCE editor on a Textarea field. But I have no idea what's the reason for the conflict. The error message don't tell much and the JavaScript code is minimized so it's hard to read.
The error is on line 117:
}A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C];}});A="<"+A+">";}return $.element(this.createElement(A)).set(B);},newTextNode:function(A){return this.createTextNode(A);