You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 24 Aug 2011 at 9:44
Original issue reported on code.google.com by
[email protected]
on 24 Aug 2011 at 9:44Attachments:
The text was updated successfully, but these errors were encountered: