arfedulov / semantic-ui-calendar-react

Datepicker react component based on semantic-ui-react components
https://arfedulov.github.io/semantic-ui-calendar-react/
MIT License
260 stars 92 forks source link

Cannot select some date-times in popup windows using the mouse in IE #213

Open victoriaskeggs opened 3 years ago

victoriaskeggs commented 3 years ago

If you change the month from the month the popup window opens, you are not able to choose a date-time. See the following GIF for how to reproduce this bug in the sample environment:

Kapture 2021-01-11 at 18 41 43

It looks like IE11 fires a blur event when clicking on the date, which is picked up by BasePicker#handleBlur(), which calls BaseInput#closePopup(), which closes the date picker popup window prematurely.