chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 87 forks source link

FireFox: Seems the date picker likes to hide sometimes when navigating next / prev. #90

Open chrisdavies opened 6 years ago

chrisdavies commented 6 years ago

In FireFox 61, on Mac, clicking next / prev quickly sometimes makes the modal disappear.

Probably due to the stupid setTimeout hack... Gotta think of a better way to track whether or not the modal should be visible.