Giter Site home page Giter Site logo

CVV not displayed in IE10 about card HOT 9 CLOSED

jessepollak avatar jessepollak commented on May 18, 2024
CVV not displayed in IE10

from card.

Comments (9)

jessepollak avatar jessepollak commented on May 18, 2024

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.

from card.

markthethomas avatar markthethomas commented on May 18, 2024

the grunt-autoprefixer plugin might be of use here.

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

from card.

jessepollak avatar jessepollak commented on May 18, 2024

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

from card.

markthethomas avatar markthethomas commented on May 18, 2024

Cool; sorry for the dupe suggestion!

On Jun 10, 2014, at 2:42 PM, Jesse Pollak [email protected] wrote:

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


Reply to this email directly or view it on GitHub.

from card.

Kub-AT avatar Kub-AT commented on May 18, 2024

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

from card.

jessepollak avatar jessepollak commented on May 18, 2024

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.

from card.

jessepollak avatar jessepollak commented on May 18, 2024

IE10 just got supported, hooray!

from card.

DominoTree avatar DominoTree commented on May 18, 2024

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

from card.

DominoTree avatar DominoTree commented on May 18, 2024

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');
        }

from card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.