ucla / logon

self-service identity management prototype. not always up to date viewable build:
http://ucla.github.io/logon/
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Broken Date of Birth form rendering on FF #2

Closed alroman closed 8 years ago

alroman commented 8 years ago

Seems to be FF only

screen shot 2016-02-03 at 5 08 32 pm
erutan commented 8 years ago

It's everything except blink iirc, this is the webshim stuff we talked about before. Now that I'm using Zurb's Abide for form validation I don't know if I really need it anymore, I might just do a one-off polyfill for the date field.

erutan commented 8 years ago

Dropping webshim for polyfills (this was the only thing left I was using, and it is buggy). I'll toss something up later, but for now it degrades gracefully (just no widget in non-chrome).

Most likely https://github.com/chemerisuk/better-dateinput-polyfill

erutan commented 8 years ago

not really critical, will be addressed in the front-end todo issue