I'm having trouble with jQuery 1.7 and IE9.

Most features on our website depend on jQuery 1.7, but IE9 seems to break its teeth on this when trying to upload a simple image for instance. When I switch to jQuery 1.5 that specific issue is solved; I can upload images again. On the other hand: all the other essential functionalities that depend on jQuery 1.7 are now disfunctional.

I've tried a method that focusses on IE9, but with no result - and I doubt if that would be a decent solution altogether, because the other functions depending on jQuery 1.7 also work in IE9. It's just uploading images, video or any other field that uses ajax in Drupal that seems to be broken. So the solution on the mentionned link would be using a shotgun for a fly.

What could bring the solution in this rather painful situation? I must add this doesn't occur in the Bartik and admin theme (Sub Seven). So it must be related to our theme specifically.

Comments

knalstaaf’s picture

Status: Active » Closed (works as designed)

The issue was solved by removing the Shadowbox library from the sites/all/libraries folder. Apparently there must be something in our theme that's looking for a fight with it.

knalstaaf’s picture

Issue summary: View changes

theme related