gdotdesign/elm-ui

Date not being picked in FireFox

michie1 opened this issue · 3 comments

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.
ui-datepicker-firefox

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.

Here is the commit that fixes it bd3e9fd.

I'll leave this issue open until the fix is released with a new version.