What steps will reproduce the problem?
1. Open geometry controls with ie9
The controls do not load. I found the problem, IE9 is better so it does not
need IE fixes to function normally.
Line 73+:
me.isIE = false;
// IE check, IE9 works fine without the fixes
if(navigator.appName.indexOf('Explorer')>-1){
if(!document.getElementsByClassName){
me.isIE = true;
}
}
Patch included, my Ant installation generated different files for the packed
version so i got confused :)
Original issue reported on code.google.com by bbr...@gmail.com on 24 Aug 2011 at 9:44
Original issue reported on code.google.com by
bbr...@gmail.com
on 24 Aug 2011 at 9:44Attachments: