I was having issues with Isotope filters in IE7 due to the trailing comma on line 7 of views_isotope.js:

  $container.isotope({
    itemSelector: '.isotope-element', // this comma needs to be removed
    //filter: '.nothing'
  });

Can submit a patch, but not sure it's needed :)

Comments

kreynen’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Status: Active » Needs review
alexiswatson’s picture

Status: Needs review » Fixed

Changing to correct status. :>

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.