Closed (won't fix)
Project:
Square Grid theme
Version:
7.x-3.0-alpha3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
27 Nov 2012 at 14:02 UTC
Updated:
27 Nov 2012 at 15:04 UTC
Greetings,
even after fresh install, the Square Grid is not working in IE: "da2a not defined " = IE error message - but, other JavaScripts are OK (I found the "da2a in source in JS text block).
Please, help me to understand and even to repair that...
Comments
Comment #1
laura s commentedThere is no javascript in Square Grid 3.x so marking this as won't fix. Some searching on Drupal.org for "da2a" revealed #905466: da2a not defined in IE (solution: reduce number of stylesheets) which perhaps may be of help to you?
Perhaps related: I moved the js call back up into the head for maximum js utility and compatibility. That will be in the next alpha release.
Also, note that for IE support of HTML5, you might consider adding HTML5 shiv or Modernizr to your theme. The latter is quite robust, with far too many variables and permutations for it to be incorporated into a theme. There's also http://drupal.org/project/modernizr
Comment #2
laura s commentedClarifying:
The latter is quite robust, with far too many variables and permutations for it to be incorporated into a theme.
In this I mean a base theme. Each site has different needs, and Modernizr can be tailored to what you need for your particular project. That's why I recommend using the module rather than assuming and incorporating the items here.
That said, I may add a configurable option to insert HTML5 shiv dynamically, for an mvp approach.