dpicker icon indicating copy to clipboard operation
dpicker copied to clipboard

Safari: No redraw of select field on month change

Open gerritvanaaken opened this issue 5 years ago • 2 comments

Only on safari and Mobile Safari (iOS). When the user picks a day that is part of the next month, the ui of the picker changes correcly to the next month, but the select field doesn’t. Funnily, the DOM tree is correct, but the redraw of the browser itself is not in sync. See screenshot:

Bildschirmfoto 2019-09-19 um 10 57 07

Funnily, when you change the browser size, Safari does the redraw correctly.

gerritvanaaken avatar Sep 19 '19 09:09 gerritvanaaken

Nice catch, do you have an idea on how we could force safari to redraw?

soyuka avatar Sep 19 '19 09:09 soyuka

focus on the select element does work. Seems a bit hacky, though.

gerritvanaaken avatar Sep 19 '19 09:09 gerritvanaaken