misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

IE7/IE8 Support #167

Closed ataki closed 12 years ago

ataki commented 12 years ago

Hi all,

Awesome project. Just curious if you guys are planning on supporting ie7/ie8. My org's thinking about writing a similar tool and needed to support older browsers,

Currently there seem to be issues with the examples page when running in ie 7/8 (my IE browser raised an "expected identifier, string or number" exception in js/codeblocks.js line 12), so I'm wondering if either these were small issues, or that ie7/8 support hadn't yet been baked into Datasets.

Thanks!

-Jim

iros commented 12 years ago

Hi @jimZhenG - The file you mention actually has to do with the website itself (and specifically the examples) rather than the dataset code. There is a release in the dist folder that is IE specific (look for 'ie') in the name. It should work in IE8 and I am presently not sure about IE7 - do let me know if you run into any issues.