Just tested with the new IE9. At the javascript console: appeats this error
on load of your site:
*SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)
mootools-1.2.3-core-yc.js, line 122 character 47*
Lines 121, 122 and 123 of mootools~ , error point to [ERROR POINT HERE].
}:a,b));}});Document.implement({newElement:function(a,b){if(Browser.Engine.trident&&b){["name","type","checked"].each(function(c){if(!b[c]){return;}a+="
"+c+'="'+b[c]+'"';
if(c!="checked"){delete b[c];}});a="<"+a+">";}*[ERROR POINT HERE]*return
document.id(this.createElement(a)).set(b);},newTextNode:function(a){return
this.createTextNode(a);
},getDocument:function(){return this;},getWindow:function(){return
this.window;},id:(function(){var
a={string:function(d,c,b){d=b.getElementById(d);return(d)?a.element(d,c):null;
},element:function(b,e){$uid(b);if(!e&&!b.$family&&!(/^object|embed$/i).test(b.tagName)){var
c=Element.Prototype;for(var d in c){b[d]=c[d];}}return
b;},object:function(c,d,b){if(c.toElement){return
a.element(c.toElement(b),d);
When try to click on the images of your site just open these imagens,
instead of make one lightbox.
IE 9.0.8112.16421 64-bit Edition
--
Emerson da Rocha Luiz
+55 51 9881-9146
[email protected]
http://www.fititnt.org | twitter @fititnt
On Tue, Mar 15, 2011 at 5:11 PM, Sanford Whiteman <
[email protected]> wrote:
> > I didn't personally tested it yet in ie9 because I will not install
> > it soon.
>
> IME, you should find an official place for it soon. There are JS
> quirks that you have to deal with. For example, despite having been
> continually tested back to FF 2 and IE 6, our account login screen
> actually didn't work in IE9, to everyone's unfortunate surprise! If
> even 1% of your former IE8 users can't use stuff, it's a problem....
>
> -- S.
>
>