Date not being picked in FireFox
michie1 opened this issue · 3 comments
michie1 commented
When I go to http://elm-ui.info/reference/date-picker in FireFox 51.0.1 (64-bit) on Ubuntu 16.04 and click on the date field in order to select a new day, the new date is not being picked. Going to another month isn't working either, because it closes the date picker.

gdotdesign commented
Thanks for reporting this!
It seems that Firefox handles elements with tabindex differently from other browsers, there is stackoverflow thread about it: http://stackoverflow.com/questions/28772810/in-firefox-click-on-absolute-element-inside-focusable-element-does-not-focus-fo
I'll look into possible solutions soon.
gdotdesign commented
Here is the commit that fixes it bd3e9fd.
I'll leave this issue open until the fix is released with a new version.
gdotdesign commented