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
So, in the "glorious world" of IE I need to find some hacks that work for only IE11 in IE7 standards mode, only in IE9 in IE7 standards mode and so on.
My plan was to open two VMs, running IE11/IE7 and IE9/IE7 respectively and look for hacks that worked in one, but not the other.
But browserhacks.com dosen't allow for this as I spits out a bunch of JavaScript errors:
IE11 in IE7 standards mode
SCRIPT438: Object doesn't support property or method 'querySelectorAll'
File: main.min.js, Line: 4, Column: 29872
SCRIPT5007: Unable to get property 'init' of undefined or null reference
File: browserhacks.com, Line: 182, Column: 1214
SCRIPT5009: 'JSON' is undefined
File: azcarbon_2_1_0_HORIZ, Line: 6, Column: 1
SCRIPT438: Object doesn't support property or method 'bind'
File: main.min.js, Line: 5, Column: 9656
IE9 in IE7 standards mode
SCRIPT438: Object doesn't support property or method 'querySelectorAll'
main.min.js, line 4 character 29872
SCRIPT438: Object doesn't support property or method 'bind'
main.min.js, line 5 character 9656
SCRIPT5007: Unable to get value of the property 'init': object is null or undefined
browserhacks.com, line 182 character 1
SCRIPT5009: 'JSON' is undefined
azcarbon_2_1_0_HORIZ, line 6 character 1
I don't know if this is even the intent of the site, but it would be a very welcome addition - at least in my case.
The text was updated successfully, but these errors were encountered:
So, in the "glorious world" of IE I need to find some hacks that work for only IE11 in IE7 standards mode, only in IE9 in IE7 standards mode and so on.
My plan was to open two VMs, running IE11/IE7 and IE9/IE7 respectively and look for hacks that worked in one, but not the other.
But browserhacks.com dosen't allow for this as I spits out a bunch of JavaScript errors:
IE11 in IE7 standards mode
SCRIPT438: Object doesn't support property or method 'querySelectorAll'
File: main.min.js, Line: 4, Column: 29872
SCRIPT5007: Unable to get property 'init' of undefined or null reference
File: browserhacks.com, Line: 182, Column: 1214
SCRIPT5009: 'JSON' is undefined
File: azcarbon_2_1_0_HORIZ, Line: 6, Column: 1
SCRIPT438: Object doesn't support property or method 'bind'
File: main.min.js, Line: 5, Column: 9656
IE9 in IE7 standards mode
SCRIPT438: Object doesn't support property or method 'querySelectorAll'
main.min.js, line 4 character 29872
SCRIPT438: Object doesn't support property or method 'bind'
main.min.js, line 5 character 9656
SCRIPT5007: Unable to get value of the property 'init': object is null or undefined
browserhacks.com, line 182 character 1
SCRIPT5009: 'JSON' is undefined
azcarbon_2_1_0_HORIZ, line 6 character 1
I don't know if this is even the intent of the site, but it would be a very welcome addition - at least in my case.
The text was updated successfully, but these errors were encountered: