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

laura s’s picture

Status: Active » Closed (won't fix)

There 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

laura s’s picture

Clarifying:

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.