DrewDahlman / Mason

Mason.js for creating a perfect grid with jQuery.
http://masonjs.com/
MIT License
1.22k stars 183 forks source link

IE Browser support ? #20

Closed dreamzsiva closed 10 years ago

dreamzsiva commented 10 years ago

What versions of IE is Mason compatible with ? I tried opening the examples on IE8,IE9 and IE10. It does not seem to work on IE 8 and 9.

RaphaelDDL commented 10 years ago

I just debugged and found the problems:

I just tested on older IEs (9,8,7) with IE10 dev tools, that is, not guaranteed the exact behavior of a real one, but at least console stopped crying with all these errors.

DrewDahlman commented 10 years ago

Hey @RaphaelDDL thanks for bringing that up. Good catch! I have updated the file.

@dreamzsiva - Raphael is correct on using modernizr to enable fallbacks for old versions of IE. I've gone as far back as IE8 for tested support.

RaphaelDDL commented 10 years ago

@DrewDahlman checking http://masonjs.com/js/main.js again, still have one on promoted :P

DrewDahlman commented 10 years ago

ha. fixed