By knalstaaf on
Our website uses brilliant features that are driven by jQuery 1.7 (using jQuery Update). However, basic functionalities (like uploading a simple image) seem to fail in IE9 now, by showing a wsod.
When downgrading to jQuery 1.5, uploading images in IE9 works again, but all the other features are now disfunctional because of this.
As you may understand this doesn't make our love for Microsoft any thicker (to put it gently).
Are there any ideas to cope with IE (once again) when it comes to jQuery versions?
Edit: we've found out that this must be related to our (custom) theme.
Comments
This conditional for IE9 in
This conditional for IE9 in template.php doesn't seem like a good solution either (tried it with no success):
(It leaves the 1.7-script untouched, so both jQueries (1.5 & 1.7) are loaded in IE9.)
Shadowbox library
The issue was solved (if you can call it that) by removing the shadowbox folder from the sites/all/libraries folder.