Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This site bombs when not using "edge mode" in IE #156

Open
joacim-boive opened this issue Nov 17, 2014 · 1 comment
Open

This site bombs when not using "edge mode" in IE #156

joacim-boive opened this issue Nov 17, 2014 · 1 comment
Assignees
Labels

Comments

@joacim-boive
Copy link

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.

@KittyGiraudel
Copy link
Contributor

That's weird. @TimPietrusky, would you mind having a look perhaps?

@TimPietrusky TimPietrusky self-assigned this Nov 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants