Giter Site home page Giter Site logo

Comments (9)

amsul avatar amsul commented on May 5, 2024

Yes IE8 and below are not supported at the moment. I should add this to the documentation.

I'm still considering if it's worth it to even bother with that.

from pickadate.js.

fgd007 avatar fgd007 commented on May 5, 2024

Yeah sure. But indeed adding it in the docs would be smart.

I totally agree with you that making things to work with IE is a real pain in the ass, but introducing it as a jQuery datepicker sort of creates the expectation that it will work in IE6+ ... I mean, that's the whole point of jQuery right? I didn't fully inspected the code and I don't know whether this native js .map function is the only problem, but these things should work when using jQuerys alternative functions, ie. $.map()

from pickadate.js.

corford avatar corford commented on May 5, 2024

I think you can safely ignore IE6 but not eventually supporting IE8 would be a shame. It currently has around 13% market share (which is higher than Safari) and Windows XP users (of which there are still many) can't upgrade to IE9. For Nov 2012 browser market share, see: http://imgur.com/01Pc4

from pickadate.js.

amsul avatar amsul commented on May 5, 2024

@fgd007 good point.

@corford Yes, IE7 and up it is! I'll be adding support soon.

from pickadate.js.

corford avatar corford commented on May 5, 2024

Fantastic! If on top of that you can somehow find the time to add in a bit of keyboard support for accessibility, this datepicker is going to be the best on the internet :)

from pickadate.js.

TheSisb avatar TheSisb commented on May 5, 2024

How soon is soon? I need a datepicker and might consider this if it will be IE8 compatible in the next week or two.

from pickadate.js.

amsul avatar amsul commented on May 5, 2024

IE 7+ support is now available https://github.com/amsul/pickadate.js#pickadatejs-v136

@corford keyboard accessibility is also baked in :)

from pickadate.js.

NoxArt avatar NoxArt commented on May 5, 2024

I still can't get picker.js + picker.date.js (both v3.3.2) to work in IE 8. There's issue with Array.map and Array.filter missing, if I use shims (MDN or es5-shim) I get TypeError (argument is not a function), if I replace throw new TypeError with return new Array(0) then on date selected I guess resulting string with empty values supplied (thus .. with dd.mm. YYYY). What can one do to fix this?

Works fine for me with Opera 12&19, newest FF, Chrome, IE9,10,11

from pickadate.js.

amsul avatar amsul commented on May 5, 2024

@NoxArt take a look at the note on browser support: http://amsul.ca/pickadate.js/index.htm#browser-support. Need to include legacy.js as well.

from pickadate.js.

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.