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

xtag.prefix detecting "webkit" for Internet Explorer 10 and 11 #164

Open
jpecor-pmi opened this issue Oct 25, 2016 · 3 comments
Open

xtag.prefix detecting "webkit" for Internet Explorer 10 and 11 #164

jpecor-pmi opened this issue Oct 25, 2016 · 3 comments

Comments

@jpecor-pmi
Copy link

xtag.prefix is returning {dom: "webkit", lowercase: "webkit", css: "-webkit-", js: "Webkit"} for Internet Explorer 10 and 11. This causes matchSelector to be undefined in these browsers, because it tries to assign it the value of Element.prototype['webkitMatchesSelector'] instead of Element.prototype['msMatchesSelector'].

@csuwildcat
Copy link
Member

Hmm, it should be finding the MS prefix first - I will investigate. Edge supports the Webkit properties for compat sake, so that's probably why it is assigning it.

@mnkami
Copy link

mnkami commented Jan 26, 2017

Are there any updates?
Is there any chance to make a quick fix like this:
mnkami@e63434d

@csuwildcat
Copy link
Member

csuwildcat commented Jan 26, 2017 via email

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

3 participants