PHP Classes

IE9 and DrasticGrid

Recommend this page to a friend!

      DrasticTools  >  All threads  >  IE9 and DrasticGrid  >  (Un) Subscribe thread alerts  
Subject:IE9 and DrasticGrid
Summary:Mootools 1.2 issue in IE9
Messages:1
Author:dd
Date:2011-10-09 21:38:05
 

  1. IE9 and DrasticGrid   Reply   Report abuse  
Picture of dd dd - 2011-10-09 21:38:05
From a DrasticTools user we got a notification of an error using DrasticTools (version 0.6.19) in combination with IE9 (Internet Explorer 9).
The error that might occur is:

SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)

This error is related to mootools 1.2 in combination with IE9.
There is a workaround for this. If you define in the HTML header the compatibility mode for IE8, than the MooTools Gallery works well under Internet Explorer 9:

<head>
<title>(...)</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
(...)
</head>

regards, dd