bootstrap
bootstrap copied to clipboard
Datapicker Safari and IE bug
Safari Version 10.1 (12603.1.30.0.34) and Version 9.1 and IE-11, Edge-15 Win 10. Looks like this bug recreates in all lib versions (tried it on the demo page).
An odd behaviour after the first click in datepicker
- extended area appears on one sec
If datepicker
is placed inside form
element (plunker) the bug recreates in Chrome (58.0.3029.81) and FF (52) as well.
Maybe missing CSS classes for ngAnimate?
Same with datepicker-popup with close-on-date-selection="false"
Any progress on this issue?
I hotfixed this in my app by adding the style
.uib-day.ng-leave-prepare {
display: none !important;
}
This fixed it in Safari where it was happening on the initial date selection. Not sure about the form chrome/firefox issue.
It would be nice to see a real fix!