amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

Month select show insufficient options in Firefox #1109

Open latortuga opened 6 years ago

latortuga commented 6 years ago

In Firefox 62.0.3 (tested on both Mac and Linux) the year select does not show as scrollable when clicked open. This behavior can be seen on the example site here (use Firefox obviously) http://amsul.ca/pickadate.js/date/#selectors

Strangely, you can still move backward through the years by successively choosing the earliest year available. So:

  1. Open year dropdown, 2018 is currently selected.
  2. Choose 2013. Dropdown closes.
  3. Reopen dropdown, now the options go back to 2008.
  4. Choose 2008.
  5. Reopen droddown, now the options go back to 2003.
  6. etc.

Here's the markup that's generated.

image

Works fine in Chrome.