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

IE11 not working #22

Open
brentgees opened this issue Sep 11, 2013 · 11 comments
Open

IE11 not working #22

brentgees opened this issue Sep 11, 2013 · 11 comments

Comments

@brentgees
Copy link

I tested it for ie11 on windows 7.
But I get a red window instead of a yellow window

@verbatim
Copy link
Collaborator

I apologize. I have no access to IE10 or IE11. Do you have the user agent string? I have seen these by doing some searches:

IE10:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)

IE11
Mozilla/5.0 (IE 11.0; Windows NT 6.3; Trident/7.0; .NET4.0E; .NET4.0C; rv:11.0) like Gecko

@brentgees
Copy link
Author

No need to apologize, it's alreay great that you share it 👍
And I also did some searches and tryed it with user agent string, but that didn't work for me :/

@verbatim
Copy link
Collaborator

@SoftCreatR
Copy link

https://github.com/WoltLab/WCF/blob/8ac2c327dd34b93db4a3041ba2ca506360fffb17/wcfsetup/install/files/lib/data/user/online/UserOnline.class.php#L169

Written in PHP, but the regular expression itself should also work in JS. It matches all IE versions, including IE11.

eviweb added a commit to eviweb/css_browser_selector that referenced this issue Nov 26, 2013
fix issue Issue rafaelp#22

Signed-off-by:Eric Villard <dev@eviweb.fr>
@eviweb
Copy link

eviweb commented Nov 26, 2013

Hi,

if someone have time to review this patch ;)

Thanks

@verbatim
Copy link
Collaborator

Yes, I will take a look. I myself have no access to IE10 or IE11. But I will take a look at this and integrate when I can.
Thanks.


From: eviweb notifications@github.com
To: rafaelp/css_browser_selector css_browser_selector@noreply.github.com
Cc: verbatim seeknosy@yahoo.com
Sent: Tuesday, November 26, 2013 7:50 AM
Subject: Re: [css_browser_selector] IE11 not working (#22)

Hi,
if someone have time to review this patch ;)
Thanks

Reply to this email directly or view it on GitHub.

@wayferer
Copy link

FWIW I have just tested the above commit on my IE11 and it works for me.

@devanshidns
Copy link

Where is the updated code for ie 11?
I also get the string as:
Mozilla/5.0 (IE 11.0; Windows NT 6.3; Trident/7.0; .NET4.0E; .NET4.0C; rv:11.0) like Gecko

@wayferer
Copy link

wayferer commented Feb 5, 2014

@hbmuller
Copy link

IE 11 can be tested with:
!(window.ActiveXObject) && "ActiveXObject" in window

http://stackoverflow.com/questions/21825157/internet-explorer-11-detection

@TheJaredWilcurt
Copy link

This should work for detecting IE6-11 and potentially beyond.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants