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

CVV not displayed in IE10 #51

Closed
paambaati opened this issue Jun 10, 2014 · 9 comments
Closed

CVV not displayed in IE10 #51

paambaati opened this issue Jun 10, 2014 · 9 comments
Labels

Comments

@paambaati
Copy link

In Internet Explorer 10, the back of the card is transparent (meaning it shows the content on the front of the card) and also flipped, and the CVV doesn't appear at all.

Is IE10 on the list of supported browsers?

@jessepollak
Copy link
Owner

I've done no testing in IE10, so I'm not surprised that it doesn't work (in fact, I'm surprised it works this well :).

I'd guess that either IE10 doesn't support the necessary CSS properties or I haven't prefixed all of them correctly.

If you're interested, I'd love help debugging and would happily merge a PR fix. If not, I'll get to it sooner or later.

@markthethomas
Copy link

the grunt-autoprefixer plugin might be of use here.

https://github.com/nDmitry/grunt-autoprefixer

@jessepollak
Copy link
Owner

We already use gulp-autoprefixer, but thanks for the suggestion.

@markthethomas
Copy link

Cool; sorry for the dupe suggestion!

On Jun 10, 2014, at 2:42 PM, Jesse Pollak notifications@github.com wrote:

We already use gulp-autoprefixer, but thanks for the suggestion.


Reply to this email directly or view it on GitHub.

@Kub-AT
Copy link

Kub-AT commented Jun 22, 2014

I think that support for IE is important if anyone want to use this project.
bug fixing > enhancement ?

@jessepollak
Copy link
Owner

Happy to merge any PR with a fix :)

I just haven't had the time to do any serious IE testing yet, hopefully I'll make some time in the next week.

@jessepollak
Copy link
Owner

IE10 just got supported, hooray!

@DominoTree
Copy link
Contributor

This issue exists in IE11 - it appears that new Function("/_@cc_on return @jscript_version; @/")() returns undefined on IE11

@DominoTree
Copy link
Contributor

This seems to work for IE11 - apparently conditional compilation no longer works in IE11

        if(/rv:11.0/i.test(navigator.userAgent)) {
            return this.$card.addClass('ie-10');
        }

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

5 participants