Closed AspNyc closed 11 years ago
Actually this is already fixed in the master branch as of July 30th: https://github.com/gwatts/jquery.sparkline/commit/843dfd5e44cb6cc5e4d2d1a913215f74bf045dbb
It hasn't made it to a release as yet though
You guys are awesome -- thanks for the fix as well as the reply!
On Thu, Sep 26, 2013 at 5:48 PM, Gareth Watts notifications@github.comwrote:
Actually this is already fixed in the master branch as of July 30th: 843dfd5https://github.com/gwatts/jquery.sparkline/commit/843dfd5e44cb6cc5e4d2d1a913215f74bf045dbb
It hasn't made it to a release as yet though
— Reply to this email directly or view it on GitHubhttps://github.com/gwatts/jquery.sparkline/issues/94#issuecomment-25206904 .
Example: http://jsbin.com/iniGoxe/3
Kind of an obscure bug, but one that cropped up for us today when our new consulting company loaded one too many CSS files. Basically, there's a known limitation in IE7 and IE8 where if more than 30 spreadsheets are loaded, it throws an "Invalid Argument" exception:
Our workaround was to dynamically create a STYLE element and add it as a child of the HEAD element:
Does this make sense?