5.4.2 Update causing crazy behavior for IE

Permalink 2 users found helpful
After upgrading a site from 5.4.05 to 5.4.2 IE would crash every time you would browse to the site. Didn't see the same behavior with Firefox or Chrome, just IE.

 
Rushing replied on at Permalink Reply
I've experienced this in multiple C5 and non-C5 sites with the WinXP + IE + jQuery 1.6.2 stack. Downgrading to jQuery 1.6.1 has fixed it in all cases for me.

jQuery 1.6.3 has been released, and I believe it has a bug fix for the issue (http://bugs.jquery.com/ticket/9823), although I have not tested it.

Download another version of jQuery and place it at /js/jquery.js in your C5 site.
hursey013 replied on at Permalink Reply
hursey013
Thanks for this, resolved my IE7 issue after 5.4.2.1 upgrade. I upgraded to jquery 1.6.3 rather than downgrading, solved the issue.
cityofroseburg replied on at Permalink Reply
How do I go about updating JS Query to 1.6.3. I have just updated Concrete5 to 5.4.2.1.
hursey013 replied on at Permalink Reply
hursey013
Theres a few ways to go about it, easiest would probably be to create a file called jquery.js in the root /js/ folder and copy and paste the minified file fromhttp://code.jquery.com/jquery-1.6.3.min.js... in there.