bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Datapicker Safari and IE bug

Open beebikun opened this issue 7 years ago • 3 comments

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 An odd behaviour

If datepicker is placed inside form element (plunker) the bug recreates in Chrome (58.0.3029.81) and FF (52) as well.

beebikun avatar May 02 '17 13:05 beebikun

Maybe missing CSS classes for ngAnimate?

loxy avatar May 03 '17 10:05 loxy

Same with datepicker-popup with close-on-date-selection="false"

Any progress on this issue?

MrWook avatar May 30 '17 05:05 MrWook

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!

thSteve avatar Dec 20 '17 19:12 thSteve