
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